summaryrefslogtreecommitdiffstats
path: root/modules/aaa
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2008-06-29 22:09:45 +0200
committerEric Covener <covener@apache.org>2008-06-29 22:09:45 +0200
commitb159abbf7a9175ef6c76c2f6a32fee5b4705b588 (patch)
treebbf3312d21af28267c22f51a37684c4d855e696a /modules/aaa
parentmod_auth_digest: Detect during startup when AuthDigestProvider (diff)
downloadapache2-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.c2
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
};