ossp-pkg/l2/l2_test.c  1.19 -> 1.20
--- l2_test.c    2001/09/12 13:50:46     1.19
+++ l2_test.c    2001/09/13 16:19:06     1.20
@@ -100,7 +100,7 @@
     if (l2_channel_open(chSock) != L2_OK)
         die("failed to open socket channel");
 
-    if (l2_stream_channel(st, chSock, L2_LEVEL_UPTO(L2_LEVEL_WARNING)) != L2_OK)
+    if (l2_stream_channel(st, chSock, L2_LEVEL_UPTO(L2_LEVEL_WARNING), L2_LEVEL_NONE) != L2_OK)
         die("failed to attach first channel into stream");
 #endif
 
 |   
 |