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 a8cef78f09
commit 68b2a2f1ab
1 changed files with 1 additions and 1 deletions

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: