- add fix for fix to mutex lock patch.
This commit is contained in:
parent
5887b25148
commit
31ae7a706b
@ -39,7 +39,7 @@ index 4e09c19..8d109a2 100644
|
|||||||
+
|
+
|
||||||
+static void defaults_mutex_unlock(void)
|
+static void defaults_mutex_unlock(void)
|
||||||
+{
|
+{
|
||||||
+ int status = defaults_mutex_unlock(&conf_mutex);
|
+ int status = pthread_mutex_unlock(&conf_mutex);
|
||||||
+ if (status)
|
+ if (status)
|
||||||
+ fatal(status);
|
+ fatal(status);
|
||||||
+}
|
+}
|
||||||
|
Loading…
Reference in New Issue
Block a user