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

Comparing ircd-hybrid/trunk/src/client.c (file contents):
Revision 4660 by michael, Sun Sep 28 11:51:25 2014 UTC vs.
Revision 4725 by michael, Tue Oct 7 18:46:32 2014 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)