diff options
| author | Adam <Adam@anope.org> | 2011-01-08 18:55:12 -0500 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2011-01-08 18:55:12 -0500 |
| commit | ce8a069eb57e20b62170faf1127228724ff2cdf0 (patch) | |
| tree | 88bd2f0f6575412646ef4fd4b662721782949f3f /include | |
| parent | 2ba97aee6c7b02e9ec62b4ae28fc041423936e10 (diff) | |
Changed db_mysql_live to use a safer mutex system to prevent deadlocks
Diffstat (limited to 'include')
| -rw-r--r-- | include/account.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/account.h b/include/account.h index afef1236d..1a0c5a751 100644 --- a/include/account.h +++ b/include/account.h @@ -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 |
