You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2009/09/15 17:38:21 UTC

svn commit: r815370 - /tomcat/native/branches/1.1.x/native/src/ssl.c

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org