On 09/25/2010 02:50 PM, Rainer Jung wrote:
On 17.09.2010 15:44, mt...@apache.org wrote:
Author: mturk
Date: Fri Sep 17 13:44:50 2010
New Revision: 998129

URL: http://svn.apache.org/viewvc?rev=998129&view=rev
Log:
Axe excess logging. We already logged that within jk_open_socket

Modified:
tomcat/jk/trunk/native/common/jk_ajp_common.c

Modified: tomcat/jk/trunk/native/common/jk_ajp_common.c
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_ajp_common.c?rev=998129&r1=998128&r2=998129&view=diff
==============================================================================
--- tomcat/jk/trunk/native/common/jk_ajp_common.c (original)
+++ tomcat/jk/trunk/native/common/jk_ajp_common.c Fri Sep 17 13:44:50 2010
@@ -962,13 +962,6 @@ int ajp_connect_to_endpoint(ajp_endpoint
JK_TRACE_EXIT(l);
return JK_FALSE;
}
- ae->last_errno = 0;

Sure you want to remove the above reset of last_errno?


Yes. We set it to zero at the function entry.
If the socket was valid it'll be zero, and if not
the function would return before that set.

Regards
--
^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to