You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/12/05 03:34:04 UTC

git commit: TS-2372 Fix typo in npnEndpoint

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 <zw...@apache.org>
Authored: Wed Dec 4 19:33:55 2013 -0700
Committer: Leif Hedstrom <zw...@apache.org>
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);