OSSP CVS Repository

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

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     2 inserted, 0 deleted

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

CVSTrac 2.0.1