# | Line 305 | Line 305 | check_conf_klines(void) | |
---|---|---|
305 | ||
306 | /* If a client is already being exited | |
307 | */ | |
308 | < | if (IsDead(client_p) || !IsClient(client_p)) |
308 | > | if (IsDead(client_p)) |
309 | continue; | |
310 | ||
311 | if ((conf = find_conf_by_address(NULL, &client_p->connection->ip, CONF_DLINE, |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |