]> granicus.if.org Git - apache/commitdiff
caught by Ruediger
authorEric Covener <covener@apache.org>
Sun, 29 Jun 2008 20:09:45 +0000 (20:09 +0000)
committerEric Covener <covener@apache.org>
Sun, 29 Jun 2008 20:09:45 +0000 (20:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@672671 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authnz_ldap.c

index 8a68759ce6f847aa396f6bb8ed97791bfd75639a..e280fc3e85b94b2bb02b0f96c61574c511c4fb21 100644 (file)
@@ -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
 };