From c833f4352bb60ae6f79f7456318b1c694bb2ee79 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 26 Sep 2013 13:11:15 +0000 Subject: 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(-) (limited to 'modules/ldap') diff --git a/modules/ldap/util_ldap.c b/modules/ldap/util_ldap.c index 3b156b47c3..a2a8b9bd81 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 } -- cgit v1.2.3