]> gitweb @ CieloNegro.org - pkgsrc-firefox3.git/blobdiff - patches/patch-at
Fix again...
[pkgsrc-firefox3.git] / patches / patch-at
index f1d89e55d58a6c1dfb220c73708ac0472bffdaa0..60d1bd5fdaa2b65ff16ad9bd54134b48aa0a4685 100644 (file)
@@ -2,6 +2,15 @@ $NetBSD$
 
 --- security/manager/ssl/src/nsSSLThread.cpp.orig      2008-04-12 13:47:24.000000000 +0900
 +++ security/manager/ssl/src/nsSSLThread.cpp
+@@ -916,7 +916,7 @@ void nsSSLThread::Run(void)
+     // remember whether we'll write or read
+     nsSSLSocketThreadData::ssl_state busy_socket_ssl_state;
+   
+-    {
++    if (ssl_thread_singleton) {
+       // In this scope we need mutex protection,
+       // as we find out what needs to be done.
+       
 @@ -1078,7 +1078,7 @@ void nsSSLThread::Run(void)
      // avoid setting event repeatedly
      PRBool needToSetPollableEvent = PR_FALSE;