mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
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
This commit is contained in:
@@ -2536,6 +2536,7 @@ static const char *util_ldap_set_trusted_mode(cmd_parms *cmd, void *dummy,
|
|||||||
|
|
||||||
st->secure_set = 1;
|
st->secure_set = 1;
|
||||||
return(NULL);
|
return(NULL);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
static const char *util_ldap_set_verify_srv_cert(cmd_parms *cmd,
|
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;
|
st->verify_svr_cert = mode;
|
||||||
|
|
||||||
return(NULL);
|
return(NULL);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user