ossp-pkg/rc/rc_proc.c 1.11 -> 1.12
--- rc_proc.c 2002/07/02 18:03:17 1.11
+++ rc_proc.c 2002/07/05 12:54:56 1.12
@@ -181,8 +181,10 @@
fprintf(stderr, "Error: Execute is not implemented yet.\n"); /* FIX */
else if (configGetval(RC_PRN_VAL)) /* Print */
scriptDump(pRc->m_pScript);
- else
- return(RC_THROW(RC_ERR_INT)); /* Not reached */
+ else /* Something is wrong here, there is */
+ fprintf(stderr, "Error: Placeholder, until problem with ex_ is fixed.\n");
+/* FIXME!!: Ralf, following segfaults in ex */
+/* return(RC_THROW(RC_ERR_INT));*/ /* probably no default in the config */
return(RC_THROW(RC_OK));
}
|
|