Update libxml to 2.7.7
[reactos.git] / reactos / lib / 3rdparty / libxml2 / globals.c
index 1f807d8..69002f0 100644 (file)
@@ -46,7 +46,7 @@ static xmlMutexPtr xmlThrDefMutex = NULL;
  */
 void xmlInitGlobals(void)
 {
-    if (xmlThrDefMutex != NULL)
+    if (xmlThrDefMutex == NULL)
         xmlThrDefMutex = xmlNewMutex();
 }