]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix bracket omitted in rev9112
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 3 Oct 2009 11:18:25 +0000 (00:18 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 3 Oct 2009 11:18:25 +0000 (00:18 +1300)
helpers/digest_auth/ldap/ldap_backend.c

index 320f3971170ee397343a92a40d613e287b55d909..71ecda5a2e6abe073538725c2a8a48755c0120cd 100644 (file)
@@ -366,6 +366,7 @@ ldapconnect(void)
                 exit(1);
             } else if (ldap_start_tls_s(ld, NULL, NULL) != LDAP_SUCCESS) {
                 exit(1);
+            }
 #else
            fprintf(stderr, "TLS not supported with your LDAP library\n");
            ldap_unbind(ld);