OSSP CVS Repository

ossp - Difference in ossp-pkg/lmtp2nntp/lmtp2nntp_config.c versions 1.95 and 1.96
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/lmtp2nntp/lmtp2nntp_config.c 1.95 -> 1.96

--- lmtp2nntp_config.c   2004/04/02 13:52:50     1.95
+++ lmtp2nntp_config.c   2004/04/02 13:55:37     1.96
@@ -286,7 +286,7 @@
         }
 
         /* if only blocking ACLs exist, reserve space for two additional pass-through wildcards */
-        ctx->pacl = (struct acl *)mallocex((ov->ndata + somepass ? 0 : 2 ) * sizeof(struct acl));
+        ctx->pacl = (struct acl *)mallocex((ov->ndata + (somepass ? 0 : 2 )) * sizeof(struct acl));
 
         if (ov->ndata >= 1) {
             for (i = 0; i < ov->ndata; i++) {

CVSTrac 2.0.1