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 3248 by michael, Sun Mar 30 17:58:03 2014 UTC vs.
Revision 3249 by michael, Sun Mar 30 18:13:57 2014 UTC

# Line 829 | Line 829 | exit_client(struct Client *source_p, con
829                   source_p->host, comment);
830      }
831  
832    /*
833    ** Currently only server connections can have
834    ** depending remote clients here, but it does no
835    ** harm to check for all local clients. In
836    ** future some other clients than servers might
837    ** have remotes too...
838    */
832      close_connection(source_p);
833    }
834    else if (IsClient(source_p) && HasFlag(source_p->servptr, FLAGS_EOB))

Diff Legend

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