diff options
Diffstat (limited to 'control.c')
-rw-r--r-- | control.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -109,10 +109,7 @@ control_callback(struct client *c, int closed, unused void *data) } ctx = cmd_get_ctx(); - ctx->msgdata = NULL; - ctx->cmdclient = NULL; ctx->curclient = c; - ctx->error = control_msg_error; ctx->print = control_msg_print; ctx->info = control_msg_info; |