ossp-pkg/rc/rc.c 1.40 -> 1.41
--- rc.c 2002/07/29 16:34:58 1.40
+++ rc.c 2002/08/01 11:59:55 1.41
@@ -42,7 +42,6 @@
try { /* Configuration block, config is built here */
configNew(); /* Construct a new config, add default values */
configLoad(argc, (const char **)argv); /* Load cli, env, and conf */
- configVerify(); /* Test for usage, help and version options */
configDefaults(); /* Add default values to empty config members */
}
catch(Except) /* Exceptions of the configuration block */
|
|