OSSP CVS Repository

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

Check-in Number: 1280
Date: 2001-Nov-08 11:08:09 (local)
2001-Nov-08 10:08:09 (UTC)
User:thl
Branch:
Comment: even shorter IPv6 syntax
Tickets:
Inspections:
Files:
ossp-pkg/lmtp2nntp/lmtp2nntp.c      1.97 -> 1.98     1 inserted, 1 deleted

ossp-pkg/lmtp2nntp/lmtp2nntp.c 1.97 -> 1.98

--- lmtp2nntp.c  2001/11/08 08:32:12     1.97
+++ lmtp2nntp.c  2001/11/08 10:08:09     1.98
@@ -938,7 +938,7 @@
             fprintf(stderr, "%s:Error: Too many ACL (%d) using option -a (no space for additional fake IPv6 ACL)\n", ctx->progname, ctx->option_aclc);
             CU(ERR_EXECUTION);
         }
-        ctx->option_acl[ctx->option_aclc].acl = "[0::0]";
+        ctx->option_acl[ctx->option_aclc].acl = "[::]";
         ctx->option_acl[ctx->option_aclc].not = FALSE;
         ctx->option_acl[ctx->option_aclc].prefixlen = 0;
         if ((rc = sa_addr_create(&ctx->option_acl[ctx->option_aclc].saa)) != SA_OK) {

CVSTrac 2.0.1