OSSP CVS Repository

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

Check-in Number: 892
Date: 2001-Sep-08 13:25:29 (local)
2001-Sep-08 11:25:29 (UTC)
User:rse
Branch:
Comment: do not use C++ comments
Tickets:
Inspections:
Files:
ossp-pkg/l2/l2_test.c      1.14 -> 1.15     3 inserted, 3 deleted

ossp-pkg/l2/l2_test.c 1.14 -> 1.15

--- l2_test.c    2001/09/06 19:29:44     1.14
+++ l2_test.c    2001/09/08 11:25:29     1.15
@@ -85,9 +85,9 @@
         IPPROTO_UDP, AF_INET, "localhost", 2002) != L2_OK)
         die("failed to configure socket ipv4 channel");
 
-//    if (l2_channel_configure(chSock, "protocol,ipversion,host,port",\
-//        IPPROTO_TCP, AF_INET6, "0:0:0:0:0:0:0:1", 2002) != L2_OK)
-//        die("failed to configure socket ipv6 channel");
+/*    if (l2_channel_configure(chSock, "protocol,ipversion,host,port",\
+          IPPROTO_TCP, AF_INET6, "0:0:0:0:0:0:0:1", 2002) != L2_OK)
+          die("failed to configure socket ipv6 channel"); */
 
     if (l2_channel_open(chSock) != L2_OK)
         die("failed to open socket channel");

CVSTrac 2.0.1