Author: jfclere
Date: Tue Feb 26 05:46:57 2008
New Revision: 631212
URL: http://svn.apache.org/viewvc?rev=631212&view=rev
Log:
Don't exception when the JAVA code doesn't.
Modified:
tomcat/connectors/trunk/jni/native/src/network.c
Modified: tomcat/connectors/trunk/jni/native/src/network.c
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/src/network.c?rev=631212&r1=631211&r2=631212&view=diff
==============================================================================
--- tomcat/connectors/trunk/jni/native/src/network.c (original)
+++ tomcat/connectors/trunk/jni/native/src/network.c Tue Feb 26 05:46:57 2008
@@ -1106,7 +1106,6 @@
UNREFERENCED(o);
if (!s->sock) {
- tcn_ThrowAPRException(e, APR_ENOTSOCK);
return APR_ENOTSOCK;
}
else
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]