ossp-pkg/l2/l2_test.c  1.24 -> 1.25
--- l2_test.c    2001/09/18 14:38:51     1.24
+++ l2_test.c    2001/09/18 14:41:28     1.25
@@ -74,7 +74,9 @@
 #ifdef WITH_PIPE
     l2_channel_t *chPipe;
 #endif
+#ifdef WITH_SOCKET
     l2_channel_t *chSock;
+#endif
 #ifdef WITH_SMTP
     l2_channel_t *chSmtp;
 #endif
 |   
 |