Skip to content

Commit

Permalink
siprec: fix pvar definition
Browse files Browse the repository at this point in the history
(cherry picked from commit e5185e1)
  • Loading branch information
razvancrainea committed Jun 30, 2023
1 parent a555202 commit 62947c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/siprec/siprec.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ static const pv_export_t vars[] = {
{ {"siprec", sizeof("siprec")-1}, 1000,
pv_get_siprec, pv_set_siprec, pv_parse_siprec,
0, 0, 0 },
{ {0, 0}, 0, 0, 0, 0, 0, 0, 0 }
};


Expand Down

0 comments on commit 62947c5

Please sign in to comment.