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

Comparing branches/newio/src/client.c (file contents):
Revision 2407 by michael, Wed Jul 17 20:29:02 2013 UTC vs.
Revision 2408 by michael, Thu Jul 18 19:57:58 2013 UTC

# Line 919 | Line 919 | remove_dependents(struct Client *source_
919   *               and the rest of IRC network is notified of the exit.
920   *               Client memory is scheduled to be freed
921   */
922 < void
922 > int
923   exit_client(struct Client *source_p, struct Client *from, const char *comment)
924   {
925    dlink_node *m = NULL;
# Line 1062 | Line 1062 | exit_client(struct Client *source_p, str
1062    assert(dlinkFind(&oper_list, source_p) == NULL);
1063  
1064    exit_one_client(source_p, comment);
1065 +  return (source_p == from->from) ? CPTR_KILLED : 0;
1066   }
1067  
1068   /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines