From b159abbf7a9175ef6c76c2f6a32fee5b4705b588 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sun, 29 Jun 2008 20:09:45 +0000 Subject: [PATCH] caught by Ruediger git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@672671 13f79535-47bb-0310-9956-ffa450edef68 --- modules/aaa/mod_authnz_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- 2.40.0