Commit 8668d98f authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Add an explicit NULL to initialise a field in an authn_provider structure, as...

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
parent d5f521ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 =