diff options
author | Jeff Trawick <trawick@apache.org> | 2013-09-26 15:11:15 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2013-09-26 15:11:15 +0200 |
commit | c833f4352bb60ae6f79f7456318b1c694bb2ee79 (patch) | |
tree | d9c1470c6fc46769cd5c8d82536303518b8f5ac1 | |
parent | remove entry for r1525931 (APLOG_STARTUP with ErrorLogFormat), now (diff) | |
download | apache2-c833f4352bb60ae6f79f7456318b1c694bb2ee79.tar.xz apache2-c833f4352bb60ae6f79f7456318b1c694bb2ee79.zip |
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
-rw-r--r-- | modules/ldap/util_ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |