parse: handle_encap(): remove parv[0] initialization, anything using parv[0] should crash the ircd
This commit is contained in:
parent
e77879b0f6
commit
8e9e22b4d3
1 changed files with 0 additions and 2 deletions
|
@ -380,8 +380,6 @@ handle_encap(struct Client *client_p, struct Client *source_p,
|
||||||
struct MessageEntry ehandler;
|
struct MessageEntry ehandler;
|
||||||
MessageHandler handler = 0;
|
MessageHandler handler = 0;
|
||||||
|
|
||||||
parv[0] = source_p->name;
|
|
||||||
|
|
||||||
mptr = irc_dictionary_retrieve(cmd_dict, command);
|
mptr = irc_dictionary_retrieve(cmd_dict, command);
|
||||||
|
|
||||||
if(mptr == NULL || mptr->cmd == NULL)
|
if(mptr == NULL || mptr->cmd == NULL)
|
||||||
|
|
Loading…
Reference in a new issue