Skip to content

Commit

Permalink
rtpengine: updating the exported expected parameters to match the fun…
Browse files Browse the repository at this point in the history
…ctions

- Mismatch between export and function declaration with regards to the quantity of parameters

(cherry picked from commit ede3576)
  • Loading branch information
verticelo authored and miconda committed Nov 27, 2017
1 parent b6629e3 commit c6f1ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rtpengine/rtpengine.c
Expand Up @@ -3674,7 +3674,7 @@ static sr_kemi_t sr_kemi_rtpengine_exports[] = {
},
{ str_init("rtpengine"), str_init("set_rtpengine_set2"),
SR_KEMIP_INT, ki_set_rtpengine_set2,
{ SR_KEMIP_INT, SR_KEMIP_NONE, SR_KEMIP_NONE,
{ SR_KEMIP_INT, SR_KEMIP_INT, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},

Expand Down

0 comments on commit c6f1ac9

Please sign in to comment.