From: Amos Jeffries Date: Thu, 14 May 2015 23:56:40 +0000 (-0700) Subject: Fix typo in rev.14073 X-Git-Tag: merge-candidate-3-v1~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79fe57c2898e299f8472d31b2fdb0ec5633d7405;p=thirdparty%2Fsquid.git Fix typo in rev.14073 --- diff --git a/src/ssl/PeerConnector.cc b/src/ssl/PeerConnector.cc index aa2cf968a3..993f23ab88 100644 --- a/src/ssl/PeerConnector.cc +++ b/src/ssl/PeerConnector.cc @@ -36,8 +36,8 @@ CBDATA_NAMESPACED_CLASS_INIT(Ssl, PeekingPeerConnector); Ssl::PeerConnector::PeerConnector(const Comm::ConnectionPointer &aServerConn, AsyncCall::Pointer &aCallback, const time_t timeout) : AsyncJob("Ssl::PeerConnector"), - certErrors(NULL), serverConn(aServerConn), + certErrors(NULL), callback(aCallback), negotiationTimeout(timeout), startTime(squid_curtime),