fixup! Fix bug #171 - Race condition could allow two users with same CID or nick to enter the hub.

This commit is contained in:
Jan Vidar Krey
2011-12-12 12:03:28 +01:00
parent b4779bfb12
commit fc5e09aa9e
2 changed files with 5 additions and 6 deletions

View File

@@ -22,7 +22,6 @@
enum status_message
{
status_ok = 0,
status_msg_hub_full = -1, /* hub is full */
status_msg_hub_disabled = -2, /* hub is disabled */
status_msg_hub_registered_users_only = -3, /* hub is for registered users only */