diff options
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/users.cpp b/src/users.cpp index 2cc19256e..492292e6e 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -909,6 +909,7 @@ void userrec::AddClient(InspIRCd* Instance, int socket, int port, bool iscached, Instance->Log(DEBUG,"ERROR: Could not add new user %s!%s@%s to the socket engine!!!", New->nick, New->ident, New->host); close(socket); shutdown(socket,2); + Instance->clientlist->erase(tempnick); delete New; return; } |
