From 91ea9e4bebf32f66c584bf03f1c10c6d617ee7cc Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 30 Jun 2026 16:34:10 +0100 Subject: [PATCH] Init. --- cmd-command-prompt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd-command-prompt.c b/cmd-command-prompt.c index 0d07c94bd..617cc4514 100644 --- a/cmd-command-prompt.c +++ b/cmd-command-prompt.c @@ -201,7 +201,7 @@ cmd_command_prompt_callback(struct client *c, void *data, const char *s, struct cmd_command_prompt_cdata *cdata = data; char *error; struct cmdq_item *item = cdata->item, *new_item; - struct cmdq_state *cs; + struct cmdq_state *cs = NULL; struct cmd_command_prompt_prompt *prompt; int argc = 0; char **argv = NULL;