ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/client.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/src/client.c (file contents):
Revision 8836 by michael, Sat Feb 2 22:26:46 2019 UTC vs.
Revision 8840 by michael, Sun Feb 3 01:12:37 2019 UTC

# Line 381 | Line 381 | check_conf_klines(void)
381    {
382      struct Client *client_p = node->data;
383  
384 +    /* If a client is already being exited */
385 +    if (IsDead(client_p))
386 +      continue;
387 +
388      if ((ptr = find_conf_by_address(NULL, &client_p->ip, CONF_DLINE, NULL, NULL, 1)))
389      {
390        const struct MaskItem *conf = ptr;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines