From: Amos Jeffries Date: Tue, 17 May 2011 12:20:20 +0000 (-0600) Subject: Bug 3205: Compile error in revno10281 flag name changed X-Git-Tag: SQUID_3_1_12_2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83a073db9ef583c1cfd25b81a7386b31a3329c27;p=thirdparty%2Fsquid.git Bug 3205: Compile error in revno10281 flag name changed --- diff --git a/src/client_side.cc b/src/client_side.cc index ca2b2fc57d..421ad45d1b 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -3495,7 +3495,7 @@ ConnStateData::switchToHttps(const char *host) freeAllContexts(); //currentobject->connIsFinished(); // We are going to read new request - flags.readMore = true; + flags.readMoreRequests = true; debugs(33, 5, HERE << "converting FD " << fd << " to SSL"); return getSslContextStart();