Replace int fd; in local client object with an fde object.
This commit is contained in:
parent
35cf4c7998
commit
c5c2f506c1
14 changed files with 47 additions and 46 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue