Check-in Number:
|
1020 | |
Date: |
2001-Sep-18 16:41:28 (local)
2001-Sep-18 14:41:28 (UTC) |
User: | ms |
Branch: | |
Comment: |
Fixed missing ifdef WITH_SOCKET. |
Tickets: |
|
Inspections: |
|
Files: |
|
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
|
|