Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > eafc85cad6436dfbf7710801867c58dc > files > 2

osptoolkit-3.3.6-3mdv2008.0.src.rpm

--- src/osphttp.c	2004-12-13 20:54:08.000000000 +0100
+++ src/osphttp.c.oden	2005-02-06 15:02:14.617980284 +0100
@@ -1315,7 +1315,9 @@
             OSPM_MUTEX_LOCK(httpconn->Mutex, errorcode);
             if (errorcode == OSPC_ERR_NO_ERROR)
             {
-                OSPM_CONDVAR_SIGNAL(httpconn->CondVar, errorcode);
+	/* This line of code was commented out after reading this file: */
+	/* http://list.sipfoundry.org/archive/ospclient/doc00000.doc */
+	/*	OSPM_CONDVAR_SIGNAL(httpconn->CondVar, errorcode); */
                 assert(errorcode == OSPC_ERR_NO_ERROR);
 
                 OSPM_MUTEX_UNLOCK(httpconn->Mutex, errorcode);