summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-01-08 18:55:12 -0500
committerAdam <Adam@anope.org>2011-01-08 18:55:12 -0500
commitce8a069eb57e20b62170faf1127228724ff2cdf0 (patch)
tree88bd2f0f6575412646ef4fd4b662721782949f3f /include
parent2ba97aee6c7b02e9ec62b4ae28fc041423936e10 (diff)
Changed db_mysql_live to use a safer mutex system to prevent deadlocks
Diffstat (limited to 'include')
-rw-r--r--include/account.h2
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