From: Graham Leggett Date: Wed, 9 Sep 2009 23:12:15 +0000 (+0000) Subject: Make sure the NULL terminator of the array is consistent with the other X-Git-Tag: 2.3.3~331 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df83bf1ef73a25d4ff428a3baf10608eac24957f;p=thirdparty%2Fapache%2Fhttpd.git Make sure the NULL terminator of the array is consistent with the other elements in the array. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@813165 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_vars.c b/modules/ssl/ssl_engine_vars.c index 10fd8a0e703..cceb2bb4ef3 100644 --- a/modules/ssl/ssl_engine_vars.c +++ b/modules/ssl/ssl_engine_vars.c @@ -432,7 +432,7 @@ static const struct { { "UID", NID_userId, 1 }, #endif { "Email", NID_pkcs9_emailAddress, 1 }, - { NULL, 0 } + { NULL, 0, 0 } }; static char *ssl_var_lookup_ssl_cert_dn(apr_pool_t *p, X509_NAME *xsname, char *var)