mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-13 21:51:36 +01:00
.
This commit is contained in:
parent
94927f5a7a
commit
5747fda912
1 changed files with 1 additions and 1 deletions
|
@ -736,7 +736,7 @@ static void exit_one_client_backend(cptr, sptr, from, comment, split)
|
|||
}
|
||||
|
||||
/* Remove sptr from the client list */
|
||||
if (sptr->status > STAT_UNKNOWN)
|
||||
if (IsServer(sptr) || IsClient(sptr))
|
||||
if (del_from_client_hash_table(sptr->name, sptr) != 1)
|
||||
Debug((DEBUG_ERROR, "%#x !in tab %s[%s] %#x %#x %#x %d %d %#x",
|
||||
sptr, sptr->name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue