From: Jeff Trawick Date: Thu, 26 Sep 2013 13:11:15 +0000 (+0000) Subject: Follow-up to r1526436: Fix compilation error X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72c45e39478fd452555e8a03b33f1569652d0ca4;p=thirdparty%2Fapache%2Fhttpd.git Follow-up to r1526436: Fix compilation error git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1526473 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ldap/util_ldap.c b/modules/ldap/util_ldap.c index 3b156b47c3d..a2a8b9bd813 100644 --- a/modules/ldap/util_ldap.c +++ b/modules/ldap/util_ldap.c @@ -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 }