From: Amos Jeffries Date: Mon, 14 Jan 2013 09:35:11 +0000 (-0700) Subject: Fix typo in rev.12582 X-Git-Tag: SQUID_3_4_0_1~378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c95983c8bd01f39f31ddbaf685252e81901c85f2;p=thirdparty%2Fsquid.git Fix typo in rev.12582 --- diff --git a/src/store.cc b/src/store.cc index 1ed4523bef..bc87d22925 100644 --- a/src/store.cc +++ b/src/store.cc @@ -384,7 +384,7 @@ StoreEntry::StoreEntry() : mem_obj(NULL), hidden_mem_obj(NULL), expires(-1), - lastmod(-1) + lastmod(-1), lastref(-1), timestamp(-1), swap_file_sz(0), @@ -405,7 +405,7 @@ StoreEntry::StoreEntry(const char *aUrl, const char *aLogUrl) : mem_obj(NULL), hidden_mem_obj(NULL), expires(-1), - lastmod(-1) + lastmod(-1), lastref(-1), timestamp(-1), swap_file_sz(0),