# | 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)) |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |