Remove unnecessary initializers of cmd_ctx.

This commit is contained in:
Nicholas Marriott
2013-02-18 23:38:57 +00:00
parent 255a4f8ce3
commit 693244795c
6 changed files with 0 additions and 17 deletions

View File

@ -871,9 +871,7 @@ server_client_msg_command(struct client *c, struct msg_command_data *data)
ctx = cmd_get_ctx();
ctx->msgdata = data;
ctx->curclient = NULL;
ctx->cmdclient = c;
ctx->error = server_client_msg_error;
ctx->print = server_client_msg_print;
ctx->info = server_client_msg_info;