Author: markt Date: Tue Sep 15 15:38:21 2009 New Revision: 815370 URL: http://svn.apache.org/viewvc?rev=815370&view=rev Log: Port fix for BZ42728 - http://svn.apache.org/viewvc?view=rev&revision=808985
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=815370&r1=815369&r2=815370&view=diff ============================================================================== --- tomcat/native/branches/1.1.x/native/src/ssl.c (original) +++ tomcat/native/branches/1.1.x/native/src/ssl.c Tue Sep 15 15:38:21 2009 @@ -203,6 +203,8 @@ } *psaptr = 0; return psaptr->PSATOLD; +#elif defined(WIN32) + return (unsigned long)GetCurrentThreadId(); #else return (unsigned long)(apr_os_thread_current()); #endif --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org