From 7f355cc6f258a40f0691442b5b803de49809affc Mon Sep 17 00:00:00 2001 From: Liviu Chircu Date: Fri, 14 Jan 2022 12:19:03 +0200 Subject: [PATCH] speeddial: NULL-terminate commands array Completes ae4e8256 (cherry picked from commit 7756d34316e1bc21f4d800bea43308af50c3e9ea) --- modules/speeddial/speeddial.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/speeddial/speeddial.c b/modules/speeddial/speeddial.c index fc2cf4d6105..79e67733f29 100644 --- a/modules/speeddial/speeddial.c +++ b/modules/speeddial/speeddial.c @@ -79,6 +79,7 @@ static cmd_export_t cmds[] = { {CMD_PARAM_STR,0,0}, {CMD_PARAM_STR|CMD_PARAM_OPT,0,0}, {0,0,0}}, REQUEST_ROUTE}, + {0,0,{{0,0,0}},0} }; /* Exported parameters */