diff options
| author | 2007-10-14 00:21:31 +0000 | |
|---|---|---|
| committer | 2007-10-14 00:21:31 +0000 | |
| commit | 36f25565a8bf4758a35c22045af0d5bbf5155b25 (patch) | |
| tree | a69fd1db88ecdbf7d12ca3b97b57eb3fc97df2d8 /src/users.cpp | |
| parent | Lets try this one. (diff) | |
Try and build this
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8175 e03df62e-2008-0410-955e-edbf42e46eb7
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; } |
