]> granicus.if.org Git - apache/commitdiff
Make sure the NULL terminator of the array is consistent with the other
authorGraham Leggett <minfrin@apache.org>
Wed, 9 Sep 2009 23:12:15 +0000 (23:12 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 9 Sep 2009 23:12:15 +0000 (23:12 +0000)
elements in the array.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@813165 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_vars.c

index 10fd8a0e703642981edd0f8565f4b7d14b341b5e..cceb2bb4ef3629dd6847fb6fb3952ec360c3a634 100644 (file)
@@ -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)