From 72c45e39478fd452555e8a03b33f1569652d0ca4 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 26 Sep 2013 13:11:15 +0000 Subject: [PATCH] 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 --- modules/ldap/util_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.47.3