diff options
author | Eric Covener <covener@apache.org> | 2008-06-29 22:09:45 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2008-06-29 22:09:45 +0200 |
commit | b159abbf7a9175ef6c76c2f6a32fee5b4705b588 (patch) | |
tree | bbf3312d21af28267c22f51a37684c4d855e696a /modules/aaa | |
parent | mod_auth_digest: Detect during startup when AuthDigestProvider (diff) | |
download | apache2-b159abbf7a9175ef6c76c2f6a32fee5b4705b588.tar.xz apache2-b159abbf7a9175ef6c76c2f6a32fee5b4705b588.zip |
caught by Ruediger
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@672671 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/aaa')
-rw-r--r-- | modules/aaa/mod_authnz_ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aaa/mod_authnz_ldap.c b/modules/aaa/mod_authnz_ldap.c index 8a68759ce6..e280fc3e85 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 }; |