From: Christophe Jaillet Date: Sat, 20 May 2017 05:08:06 +0000 (+0000) Subject: Add an explicit NULL to initialise a field in an authn_provider structure, as done... X-Git-Tag: 2.5.0-alpha~413 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ed6ed8c02a0ed20b3c9220e92dde8d1c9c0e383;p=apache Add an explicit NULL to initialise a field in an authn_provider structure, as done in all other places. PR 60636 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1795651 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_authnz_ldap.c b/modules/aaa/mod_authnz_ldap.c index f8b93a0ec2..fda8b96d4a 100644 --- a/modules/aaa/mod_authnz_ldap.c +++ b/modules/aaa/mod_authnz_ldap.c @@ -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 =