ossp-pkg/rc/rc_config.c 1.33 -> 1.34
--- rc_config.c 2003/06/18 14:35:29 1.33
+++ rc_config.c 2003/06/23 15:46:05 1.34
@@ -289,7 +289,7 @@
try { /* Test members for empty attributes */
if (!configGetval(RC_EVL_VAL) && !configGetval(RC_EXC_VAL) \
&& !configGetval(RC_PRN_VAL) && !configGetval(RC_PAR_VAL))
- clioptSetval(RC_PRN_VAL, RC_DEF_ON);
+ clioptSetval(RC_EXC_VAL, RC_DEF_ON);
/* if (!configGetval(RC_USE_VAL))
if (!configGetval(RC_HLP_VAL))
|
|