OSSP CVS Repository

ossp - Check-in [962]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 962
Date: 2001-Sep-12 16:43:29 (local)
2001-Sep-12 14:43:29 (UTC)
User:thl
Branch:
Comment: adapted new L2 flushmask feature
Tickets:
Inspections:
Files:
ossp-pkg/l2/Makefile.in      1.20 -> 1.21     30 inserted, 0 deleted
ossp-pkg/lmtp2nntp/lmtp2nntp.c      1.57 -> 1.58     2 inserted, 2 deleted

ossp-pkg/l2/Makefile.in 1.20 -> 1.21

--- Makefile.in  2001/09/10 06:43:10     1.20
+++ Makefile.in  2001/09/12 14:43:29     1.21
@@ -305,3 +305,33 @@
 l2_ut_pcre.lo: l2_ut_pcre.c l2_ut_pcre.h l2_ut_pcre_tab.c
 l2_ut_pcre_tab.lo: l2_ut_pcre_tab.c
 l2_version.lo: l2_version.c l2_version.c
+l2_ch_buffer.lo: l2_ch_buffer.c l2.h
+l2_ch_fd.lo: l2_ch_fd.c l2.h
+l2_ch_file.lo: l2_ch_file.c l2.h
+l2_ch_filter.lo: l2_ch_filter.c l2.h
+l2_ch_null.lo: l2_ch_null.c l2.h
+l2_ch_pipe.lo: l2_ch_pipe.c l2.h
+l2_ch_prefix.lo: l2_ch_prefix.c l2.h
+l2_ch_smtp.lo: l2_ch_smtp.c l2.h l2_p.h l2_config.h l2_ut_pcre.h \
+  l2_ut_sa.h
+l2_ch_socket.lo: l2_ch_socket.c l2.h l2_p.h l2_config.h l2_ut_pcre.h \
+  l2_ut_sa.h
+l2_ch_syslog.lo: l2_ch_syslog.c l2.h
+l2_channel.lo: l2_channel.c l2.h l2_p.h l2_config.h l2_ut_pcre.h \
+  l2_ut_sa.h
+l2_epreuve.lo: l2_epreuve.c l2.h l2_p.h l2_config.h l2_ut_pcre.h \
+  l2_ut_sa.h
+l2_sockmon.lo: l2_sockmon.c
+l2_stream.lo: l2_stream.c l2.h l2_p.h l2_config.h l2_ut_pcre.h l2_ut_sa.h
+l2_test.lo: l2_test.c l2.h
+l2_ut_fmtcb.lo: l2_ut_fmtcb.c l2.h
+l2_ut_format.lo: l2_ut_format.c l2.h l2_p.h l2_config.h l2_ut_pcre.h \
+  l2_ut_sa.h
+l2_ut_level.lo: l2_ut_level.c l2.h l2_p.h l2_config.h l2_ut_pcre.h \
+  l2_ut_sa.h
+l2_ut_param.lo: l2_ut_param.c l2.h l2_p.h l2_config.h l2_ut_pcre.h \
+  l2_ut_sa.h
+l2_ut_pcre.lo: l2_ut_pcre.c l2_ut_pcre.h l2_ut_pcre_tab.c
+l2_ut_pcre_tab.lo: l2_ut_pcre_tab.c
+l2_ut_sa.lo: l2_ut_sa.c l2_p.h l2.h l2_config.h l2_ut_pcre.h l2_ut_sa.h
+l2_version.lo: l2_version.c l2_version.c


ossp-pkg/lmtp2nntp/lmtp2nntp.c 1.57 -> 1.58

--- lmtp2nntp.c  2001/09/12 14:34:45     1.57
+++ lmtp2nntp.c  2001/09/12 14:43:29     1.58
@@ -564,7 +564,7 @@
         fprintf(stderr, "%s:Error: logging failed to create stream\n", ctx->progname);
         exit(ERR_EXECUTION);
     }
-    if (l2_stream_levels(ctx->l2, L2_LEVEL_UPTO(L2_LEVEL_DEBUG)) != L2_OK) {
+    if (l2_stream_levels(ctx->l2, L2_LEVEL_UPTO(L2_LEVEL_DEBUG), L2_LEVEL_NONE) != L2_OK) {
         fprintf(stderr, "%s:Error: logging failed to set global logging level\n", ctx->progname);
         exit(ERR_EXECUTION);
     }
@@ -628,7 +628,7 @@
             exit(ERR_EXECUTION);
         }
 
-        if (l2_stream_channel(ctx->l2, chPrefix, ctx->option_levelmask) != L2_OK) {
+        if (l2_stream_channel(ctx->l2, chPrefix, ctx->option_levelmask, L2_LEVEL_NONE) != L2_OK) {
             fprintf(stderr, "%s:Error: logging failed to attach channel into stream\n", ctx->progname);
             exit(ERR_EXECUTION);
         }

CVSTrac 2.0.1