cli.c: Fix compiler error.

Added default variable value to fix a compiler error.

Change-Id: I7b592adbb1274dc5464dea1c5e5de0685c928553
changes/08/14508/2
Ben Ford 6 years ago committed by Friendly Automation
parent fa7c69f40f
commit 559fa0e89c

@ -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:

Loading…
Cancel
Save