ossp-pkg/fsl/fsl.c 1.50 -> 1.51
--- fsl.c 2002/08/02 11:40:00 1.50
+++ fsl.c 2002/10/21 12:45:55 1.51
@@ -883,6 +883,7 @@
if ((l2rv = l2_channel_open(ctx.l2_nch)) != L2_OK) {
cp = l2_env_strerror(ctx.l2_env, l2rv); fsldebug(L2_LEVEL_ERROR, "vsyslog: logging failed to open channel stream %s(%d) delayed", cp, l2rv);
closelog();
+ return;
}
fsldebug(L2_LEVEL_TRACE, "vsyslog: logging succeeded to open channel stream delayed");
ctx.delayopen = FALSE;
|
|