Author: markt
Date: Mon Sep 30 08:18:54 2013
New Revision: 1527483
URL: http://svn.apache.org/r1527483
Log:
Fix copy/paste error
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
Merged /tomcat/trunk:r1527480
Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java?rev=1527483&r1=1527482&r2=1527483&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
(original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Mon
Sep 30 08:18:54 2013
@@ -1631,7 +1631,7 @@ public class AprEndpoint extends Abstrac
removeList.clear();
}
} else {
- localAddList.clear();
+ localRemoveList.clear();
}
if (addList.size() > 0) {
synchronized (this) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]