Skip to content

Commit

Permalink
cli.c: Fix compiler error.
Browse files Browse the repository at this point in the history
Added default variable value to fix a compiler error.

Change-Id: I7b592adbb1274dc5464dea1c5e5de0685c928553
  • Loading branch information
bkford authored and Friendly Automation committed Jun 10, 2020
1 parent fa7c69f commit 559fa0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 559fa0e

Please sign in to comment.