]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 6 Nov 2010 00:12:25 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 6 Nov 2010 00:12:25 +0000 (18:12 -0600)
helpers/external_acl/eDirectory_userip/ext_edirectory_userip_acl.cc

index 1e0fe718fa752c85df7605b8132eaf8bf2763632..f3c3d18583dd9b318584d8c02e2eef76cb1fcf28 100644 (file)
@@ -1152,11 +1152,11 @@ int SearchFilterLDAP(edui_ldap_t *l, char *group)
         snprintf(bufb, sizeof(bufb), "(|(networkAddress=1\\23%s)", bufc);
         if (l->status & LDAP_IPV4_S) {
             int ln = snprintf(bufd, sizeof(bufd), "(networkAddress=8\\23\\00\\00%s)(networkAddress=9\\23\\00\\00%s))", \
-                     bufc, bufc);
+                              bufc, bufc);
             strncat(bufb, bufd, ln);
         } else if (l->status & LDAP_IPV6_S) {
             int ln = snprintf(bufd, sizeof(bufd), "(networkAddress=10\\23\\00\\00%s)(networkAddress=11\\23\\00\\00%s))", \
-                     bufc, bufc);
+                              bufc, bufc);
             strncat(bufb, bufd, ln);
         } else
             strncat(bufb, ")", 1);
@@ -1178,11 +1178,11 @@ int SearchFilterLDAP(edui_ldap_t *l, char *group)
         snprintf(bufb, sizeof(bufb), "(|(networkAddress=1\\23%s)", bufc);
         if (l->status & LDAP_IPV4_S) {
             int ln = snprintf(bufd, sizeof(bufd), "(networkAddress=8\\23\\00\\00%s)(networkAddress=9\\23\\00\\00%s))", \
-                     bufc, bufc);
+                              bufc, bufc);
             strncat(bufb, bufd, ln);
         } else if (l->status & LDAP_IPV6_S) {
             int ln = snprintf(bufd, sizeof(bufd), "(networkAddress=10\\23\\00\\00%s)(networkAddress=11\\23\\00\\00%s))", \
-                     bufc, bufc);
+                              bufc, bufc);
             strncat(bufb, bufd, ln);
         } else
             strncat(bufb, ")", 1);