Skip to content

Commit

Permalink
lcr: updating the exported expected parameters to match the functions
Browse files Browse the repository at this point in the history
- Mismatch between export and function declaration with regards to the quantity of parameters

(cherry picked from commit bb35d3a)
  • Loading branch information
verticelo authored and miconda committed Nov 27, 2017
1 parent 35b8b54 commit 2b6af1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/lcr/lcr_mod.c
Expand Up @@ -3374,7 +3374,7 @@ static sr_kemi_t sr_kemi_lcr_exports[] = {
},
{ str_init("lcr"), str_init("load_gws_furi"),
SR_KEMIP_INT, ki_load_gws_furi,
{ SR_KEMIP_INT, SR_KEMIP_STR, SR_KEMIP_NONE,
{ SR_KEMIP_INT, SR_KEMIP_STR, SR_KEMIP_STR,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
{ str_init("lcr"), str_init("next_gw"),
Expand Down

0 comments on commit 2b6af1c

Please sign in to comment.