]> granicus.if.org Git - apache/commitdiff
Silence an irrelevant gcc warning
authorCliff Woolley <jwoolley@apache.org>
Fri, 5 Apr 2002 05:23:11 +0000 (05:23 +0000)
committerCliff Woolley <jwoolley@apache.org>
Fri, 5 Apr 2002 05:23:11 +0000 (05:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94449 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_mem_cache.c

index 642ebeee150565062a98ad19a9f66ef5db357121..3865864dbbcd316c8f2dcdb41e7860a1a6060263 100644 (file)
@@ -429,7 +429,7 @@ static int open_entity(cache_handle_t *h, request_rec *r, const char *type, cons
                                           APR_HASH_KEY_STRING);
     if (obj) {
         if (obj->complete) {
-            request_rec *rmain, *rtmp;
+            request_rec *rmain=r, *rtmp;
 
 #ifdef USE_ATOMICS
             apr_atomic_inc(&obj->refcount);