From: Eric Covener Date: Sun, 29 Jun 2008 20:09:45 +0000 (+0000) Subject: caught by Ruediger X-Git-Tag: 2.3.0~443 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b159abbf7a9175ef6c76c2f6a32fee5b4705b588;p=thirdparty%2Fapache%2Fhttpd.git caught by Ruediger git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@672671 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_authnz_ldap.c b/modules/aaa/mod_authnz_ldap.c index 8a68759ce6f..e280fc3e85b 100644 --- a/modules/aaa/mod_authnz_ldap.c +++ b/modules/aaa/mod_authnz_ldap.c @@ -1553,7 +1553,7 @@ static apr_status_t authn_ldap_has_realm_hash(cmd_parms *cmd, const char *provid static const authn_provider authn_ldap_provider = { &authn_ldap_check_password, - authn_ldap_get_realm_hash, + &authn_ldap_get_realm_hash, &authn_ldap_has_realm_hash };