1
0
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:
Adam
2011-01-08 18:55:12 -05:00
parent 2ba97aee6c
commit ce8a069eb5
2 changed files with 25 additions and 10 deletions
+1 -1
View File
@@ -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