Skip to content

Commit

Permalink
speeddial: NULL-terminate commands array
Browse files Browse the repository at this point in the history
Completes ae4e825

(cherry picked from commit 7756d34)
  • Loading branch information
liviuchircu committed Jan 14, 2022
1 parent ae4e825 commit 7f355cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/speeddial/speeddial.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 7f355cc

Please sign in to comment.