From: Ruediger Pluem Date: Wed, 7 Nov 2012 19:26:48 +0000 (+0000) Subject: * Ensure that nkey is initialized. X-Git-Tag: 2.5.0-alpha~6149 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb1d5f4750d8a499d2af09d209324de7696e0ed0;p=apache * Ensure that nkey is initialized. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1406760 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/mod_cache_socache.c b/modules/cache/mod_cache_socache.c index 8b02924f16..979e494e80 100644 --- a/modules/cache/mod_cache_socache.c +++ b/modules/cache/mod_cache_socache.c @@ -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) {