This commit is contained in:
stskeeps 2000-12-01 20:52:59 +00:00
parent 94927f5a7a
commit 5747fda912

View file

@ -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,