Skip to content

Commit

Permalink
nathelper: 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 3c64668)
  • Loading branch information
verticelo authored and miconda committed Nov 27, 2017
1 parent 2b4c290 commit c2f41bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/nathelper/nathelper.c
Expand Up @@ -2394,7 +2394,7 @@ static sr_kemi_t sr_kemi_nathelper_exports[] = {
},
{ str_init("nathelper"), str_init("is_rfc1918"),
SR_KEMIP_INT, is_rfc1918,
{ SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE,
{ SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
{ str_init("nathelper"), str_init("add_contact_alias"),
Expand Down

0 comments on commit c2f41bf

Please sign in to comment.