]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Fri, 27 Jan 2017 06:16:44 +0000 (06:16 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Fri, 27 Jan 2017 06:16:44 +0000 (06:16 +0000)
helpers/external_acl/LDAP_group/ext_ldap_group_acl.cc

index f61809720d990db6b688af1fb2a6fe301ab8bec7..c4019a7d38cc438327c657fcaef5b73e3b1acef2 100644 (file)
@@ -587,7 +587,7 @@ recover:
             if (searchResult == 0) {
                 found = 1;
                 break;
-            } else if (searchResult < 0){
+            } else if (searchResult < 0) {
                 if (tryagain) {
                     tryagain = 0;
                     ldap_unbind(ld);