From: Amos Jeffries Date: Mon, 14 Jan 2013 11:44:31 +0000 (-0700) Subject: Fix constructor order in rev.12582 X-Git-Tag: SQUID_3_4_0_1~376 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec4c70ce35b476bd12c755f6806ae60b47c921d4;p=thirdparty%2Fsquid.git Fix constructor order in rev.12582 --- diff --git a/src/store.cc b/src/store.cc index bc87d22925..e8f2614bbc 100644 --- a/src/store.cc +++ b/src/store.cc @@ -383,10 +383,10 @@ StoreEntry::storeClientType() const StoreEntry::StoreEntry() : mem_obj(NULL), hidden_mem_obj(NULL), + timestamp(-1), + lastref(-1), expires(-1), lastmod(-1), - lastref(-1), - timestamp(-1), swap_file_sz(0), refcount(0), flags(0), @@ -404,10 +404,10 @@ StoreEntry::StoreEntry() : StoreEntry::StoreEntry(const char *aUrl, const char *aLogUrl) : mem_obj(NULL), hidden_mem_obj(NULL), + timestamp(-1), + lastref(-1), expires(-1), lastmod(-1), - lastref(-1), - timestamp(-1), swap_file_sz(0), refcount(0), flags(0),