]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix typo in rev.12582
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 14 Jan 2013 09:35:11 +0000 (02:35 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 14 Jan 2013 09:35:11 +0000 (02:35 -0700)
src/store.cc

index 1ed4523bef840a49a0e5ea44be42e49515967357..bc87d2292529fe8d10a41555e5c637e1e4220848 100644 (file)
@@ -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),