Skip to content
Snippets Groups Projects
Commit 559fa0e8 authored by Ben Ford's avatar Ben Ford Committed by Friendly Automation
Browse files

cli.c: Fix compiler error.

Added default variable value to fix a compiler error.

Change-Id: I7b592adbb1274dc5464dea1c5e5de0685c928553
parent fa7c69f4
No related branches found
No related tags found
No related merge requests found
...@@ -407,7 +407,7 @@ static void status_debug_verbose(struct ast_cli_args *a, int handler, int old_va ...@@ -407,7 +407,7 @@ static void status_debug_verbose(struct ast_cli_args *a, int handler, int old_va
{ {
char was_buf[30]; char was_buf[30];
const char *was; const char *was;
const char *what; const char *what = "";
switch(handler) { switch(handler) {
case DEBUG_HANDLER: case DEBUG_HANDLER:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment