- add fix for fix to mutex lock patch.

This commit is contained in:
Ian Kent 2014-07-07 13:06:22 +08:00
parent 5887b25148
commit 31ae7a706b

View File

@ -39,7 +39,7 @@ index 4e09c19..8d109a2 100644
+
+static void defaults_mutex_unlock(void)
+{
+ int status = defaults_mutex_unlock(&conf_mutex);
+ int status = pthread_mutex_unlock(&conf_mutex);
+ if (status)
+ fatal(status);
+}