mirror of
https://github.com/anope/anope.git
synced 2026-07-09 10:03:14 +02:00
Changed db_mysql_live to use a safer mutex system to prevent deadlocks
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ enum NickNameFlag
|
||||
};
|
||||
|
||||
const Anope::string NickNameFlagStrings[] = {
|
||||
"NS_BEGIN", "NS_FORBIDDEN", "NS_NO_EXPIRE", "NS_HELD", "NS_COLLIDED", "NS_END", ""
|
||||
"NS_BEGIN", "NS_FORBIDDEN", "NS_NO_EXPIRE", "NS_HELD", "NS_COLLIDED", ""
|
||||
};
|
||||
|
||||
/** Flags set on NickCores
|
||||
|
||||
Reference in New Issue
Block a user