Skip to content

Commit

Permalink
signaling: fix sig_local_totag pvar name length
Browse files Browse the repository at this point in the history
(cherry picked from commit 07eedd0)
  • Loading branch information
razvancrainea committed Dec 16, 2020
1 parent bb3bc06 commit add2587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/signaling/signaling.c
Expand Up @@ -66,7 +66,7 @@ static cmd_export_t cmds[]={

/** pseudo-variables exported by the module */
static pv_export_t mod_pvars[] = {
{ {"sig_local_totag", sizeof("localtotag") - 1}, 5003,
{ {"sig_local_totag", sizeof("sig_local_totag") - 1}, 5003,
pv_get_local_totag, 0, 0, 0, 0, 0},
{ {0, 0}, 0, 0, 0, 0, 0, 0, 0 }
};
Expand Down

0 comments on commit add2587

Please sign in to comment.