Author: billbarker Date: Wed Jan 13 02:22:24 2016 New Revision: 1724346 URL: http://svn.apache.org/viewvc?rev=1724346&view=rev Log: Fix clumbsy fingers
Modified: tomcat/native/branches/1.1.x/native/src/ssl.c Modified: tomcat/native/branches/1.1.x/native/src/ssl.c URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/src/ssl.c?rev=1724346&r1=1724345&r2=1724346&view=diff ============================================================================== --- tomcat/native/branches/1.1.x/native/src/ssl.c (original) +++ tomcat/native/branches/1.1.x/native/src/ssl.c Wed Jan 13 02:22:24 2016 @@ -462,7 +462,7 @@ static void ssl_dyn_lock_function(int mo else { apr_thread_mutex_unlock(l->mutex); } - +} /* * Dynamic lock destruction callback --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org