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