FSCORE-613 Crash when using tab completion on uuid_ commands

This commit is contained in:
Jeff Lenk 2010-05-28 10:48:20 -05:00
parent ca0a69a3bb
commit 9637b89e35
1 changed files with 1 additions and 1 deletions

View File

@ -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 };