]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow-up to r1526436: Fix compilation error
authorJeff Trawick <trawick@apache.org>
Thu, 26 Sep 2013 13:11:15 +0000 (13:11 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 26 Sep 2013 13:11:15 +0000 (13:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1526473 13f79535-47bb-0310-9956-ffa450edef68

modules/ldap/util_ldap.c

index 3b156b47c3d6ba6104d3532f0a14962c21fd9181..a2a8b9bd813b4c525615dbd67fa2005553c4ac64 100644 (file)
@@ -2536,6 +2536,7 @@ static const char *util_ldap_set_trusted_mode(cmd_parms *cmd, void *dummy,
 
     st->secure_set = 1;
     return(NULL);
+#endif
 }
 
 static const char *util_ldap_set_verify_srv_cert(cmd_parms *cmd,
@@ -2558,7 +2559,6 @@ static const char *util_ldap_set_verify_srv_cert(cmd_parms *cmd,
     st->verify_svr_cert = mode;
 
     return(NULL);
-#endif
 }