]> granicus.if.org Git - apache/commitdiff
* Ensure that nkey is initialized.
authorRuediger Pluem <rpluem@apache.org>
Wed, 7 Nov 2012 19:26:48 +0000 (19:26 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 7 Nov 2012 19:26:48 +0000 (19:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1406760 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_cache_socache.c

index 8b02924f16386c42bfa1dee2cbcc3eb2eab44065..979e494e80fc84ef00a81c07a433d51f03e4ea93 100644 (file)
@@ -442,6 +442,7 @@ static int open_entity(cache_handle_t *h, request_rec *r, const char *key)
     cache_socache_object_t *sobj;
     apr_size_t len;
 
+    nkey = NULL;
     h->cache_obj = NULL;
 
     if (!conf->provider || !conf->provider->socache_instance) {