cli.c: Fix compiler error.

Added default variable value to fix a compiler error.

Change-Id: I7b592adbb1274dc5464dea1c5e5de0685c928553
This commit is contained in:
Ben Ford
2020-06-08 14:34:10 -05:00
committed by Friendly Automation
parent fa7c69f40f
commit 559fa0e89c

View File

@@ -407,7 +407,7 @@ static void status_debug_verbose(struct ast_cli_args *a, int handler, int old_va
{
char was_buf[30];
const char *was;
const char *what;
const char *what = "";
switch(handler) {
case DEBUG_HANDLER: