mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
cli.c: Fix compiler error.
Added default variable value to fix a compiler error. Change-Id: I7b592adbb1274dc5464dea1c5e5de0685c928553
This commit is contained in:
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:
|
||||
|
Reference in New Issue
Block a user