Author: rjung Date: Mon Apr 4 09:40:28 2016 New Revision: 1737646 URL: http://svn.apache.org/viewvc?rev=1737646&view=rev Log: Silence GCC warning about unused label.
Modified: tomcat/native/trunk/native/src/sslcontext.c Modified: tomcat/native/trunk/native/src/sslcontext.c URL: http://svn.apache.org/viewvc/tomcat/native/trunk/native/src/sslcontext.c?rev=1737646&r1=1737645&r2=1737646&view=diff ============================================================================== --- tomcat/native/trunk/native/src/sslcontext.c (original) +++ tomcat/native/trunk/native/src/sslcontext.c Mon Apr 4 09:40:28 2016 @@ -1154,7 +1154,6 @@ TCN_IMPLEMENT_CALL(jboolean, SSLContext, rv = JNI_FALSE; } -cleanup: free(cert); return rv; } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org