Updated Branches: refs/heads/master 8ba691cfa -> 9f69f05f2
TS-2372 Fix typo in npnEndpoint Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/9f69f05f Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/9f69f05f Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/9f69f05f Branch: refs/heads/master Commit: 9f69f05f2a44c716e5e949c36085877731f93423 Parents: 8ba691c Author: Leif Hedstrom <[email protected]> Authored: Wed Dec 4 19:33:55 2013 -0700 Committer: Leif Hedstrom <[email protected]> Committed: Wed Dec 4 19:33:55 2013 -0700 ---------------------------------------------------------------------- iocore/net/SSLNetVConnection.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/9f69f05f/iocore/net/SSLNetVConnection.cc ---------------------------------------------------------------------- diff --git a/iocore/net/SSLNetVConnection.cc b/iocore/net/SSLNetVConnection.cc index 6bdb0da..0dd3f07 100644 --- a/iocore/net/SSLNetVConnection.cc +++ b/iocore/net/SSLNetVConnection.cc @@ -466,7 +466,7 @@ SSLNetVConnection::free(EThread * t) { sslHandShakeComplete = false; sslClientConnection = false; npnSet = NULL; - npnEndPoint= NULL; + npnEndpoint= NULL; if (from_accept_thread) { sslNetVCAllocator.free(this);
