]> granicus.if.org Git - apache/commitdiff
Add an explicit NULL to initialise a field in an authn_provider structure, as done...
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 20 May 2017 05:08:06 +0000 (05:08 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 20 May 2017 05:08:06 +0000 (05:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1795651 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authnz_ldap.c

index f8b93a0ec2589da94081e510261ceede4d05b50b..fda8b96d4a30dd2212c7fa232410fb39c77d64aa 100644 (file)
@@ -1911,6 +1911,7 @@ static int authnz_ldap_post_config(apr_pool_t *p, apr_pool_t *plog, apr_pool_t *
 static const authn_provider authn_ldap_provider =
 {
     &authn_ldap_check_password,
+    NULL,
 };
 
 static const authz_provider authz_ldapuser_provider =