OSSP CVS Repository

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

Check-in Number: 1274
Date: 2001-Nov-08 09:32:12 (local)
2001-Nov-08 08:32:12 (UTC)
User:thl
Branch:
Comment: adapt correct IPv6 syntax used by updated sa
Tickets:
Inspections:
Files:
ossp-pkg/lmtp2nntp/lmtp2nntp.c      1.96 -> 1.97     1 inserted, 1 deleted

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

--- lmtp2nntp.c  2001/10/15 14:22:12     1.96
+++ lmtp2nntp.c  2001/11/08 08:32:12     1.97
@@ -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 = "0000:0000:0000:0000:0000:0000:0000:0000";
+        ctx->option_acl[ctx->option_aclc].acl = "[0::0]";
         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