1
0
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:
Jeff Trawick
2013-09-26 13:11:15 +00:00
parent 2c6402d7b2
commit c833f4352b

View File

@@ -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
}