FSCORE-613 Crash when using tab completion on uuid_ commands
This commit is contained in:
parent
ca0a69a3bb
commit
9637b89e35
|
@ -562,7 +562,7 @@ static int uuid_callback(void *pArg, int argc, char **argv, char **columnNames)
|
|||
|
||||
}
|
||||
|
||||
SWITCH_DECLARE(switch_status_t) switch_console_list_uuid(const char *line, const char *cursor, switch_console_callback_match_t **matches)
|
||||
SWITCH_DECLARE_NONSTD(switch_status_t) switch_console_list_uuid(const char *line, const char *cursor, switch_console_callback_match_t **matches)
|
||||
{
|
||||
char *sql;
|
||||
struct match_helper h = { 0 };
|
||||
|
|
Loading…
Reference in New Issue