You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2007/03/20 19:48:26 UTC

svn commit: r520518 - /tomcat/connectors/trunk/jni/native/src/sslcontext.c

Author: mturk
Date: Tue Mar 20 11:48:25 2007
New Revision: 520518

URL: http://svn.apache.org/viewvc?view=rev&rev=520518
Log:
Return APR_ENOTIMPL for a dummy SSLContext.free function

Modified:
    tomcat/connectors/trunk/jni/native/src/sslcontext.c

Modified: tomcat/connectors/trunk/jni/native/src/sslcontext.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/src/sslcontext.c?view=diff&rev=520518&r1=520517&r2=520518
==============================================================================
--- tomcat/connectors/trunk/jni/native/src/sslcontext.c (original)
+++ tomcat/connectors/trunk/jni/native/src/sslcontext.c Tue Mar 20 11:48:25 2007
@@ -597,6 +597,7 @@
 {
     UNREFERENCED_STDARGS;
     UNREFERENCED(ctx);
+    return APR_ENOTIMPL;
 }
 
 TCN_IMPLEMENT_CALL(void, SSLContext, setContextId)(TCN_STDARGS, jlong ctx,



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