Replace parv[0] with source_p->name.
This commit is contained in:
parent
0a849a8fa9
commit
3dfaa67120
8 changed files with 18 additions and 18 deletions
|
@ -129,7 +129,7 @@ mo_connect(struct Client *client_p, struct Client *source_p, int parc, const cha
|
|||
* Notify all operators about remote connect requests
|
||||
*/
|
||||
|
||||
ilog(L_SERVER, "CONNECT From %s : %s %s", parv[0], parv[1], parc > 2 ? parv[2] : "");
|
||||
ilog(L_SERVER, "CONNECT From %s : %s %s", source_p->name, parv[1], parc > 2 ? parv[2] : "");
|
||||
|
||||
server_p->port = port;
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue