You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sc...@apache.org on 2017/10/11 03:01:08 UTC

[trafficserver] branch master updated: we have set the NO_FD in close already

This is an automated email from the ASF dual-hosted git repository.

scw00 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 343ba15  we have set the NO_FD in close already
343ba15 is described below

commit 343ba157b687170efd0ac6d0ca68cf3bc4919616
Author: scw00 <sc...@apache.org>
AuthorDate: Tue Oct 10 12:56:11 2017 +0800

    we have set the NO_FD in close already
---
 iocore/net/Connection.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/iocore/net/Connection.cc b/iocore/net/Connection.cc
index dbacdf7..d5635d2 100644
--- a/iocore/net/Connection.cc
+++ b/iocore/net/Connection.cc
@@ -263,7 +263,6 @@ Lerror:
   // coverity[check_after_sink]
   if (fd != NO_FD) {
     close();
-    fd = NO_FD;
   }
 
   return res;

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].