Replace int fd; in local client object with an fde object.

This commit is contained in:
William Pitcock 2007-12-28 15:06:33 -06:00
parent 35cf4c7998
commit c5c2f506c1
14 changed files with 47 additions and 46 deletions

View file

@ -237,7 +237,7 @@ me_rsfnc(struct Client *client_p, struct Client *source_p,
del_all_accepts(target_p);
comm_note(target_p->localClient->fd, "Nick: %s", target_p->name);
comm_note(target_p->localClient->F->fd, "Nick: %s", target_p->name);
return 0;
}