Skip to content

Commit

Permalink
siputils: proper param type for kemi contact ops exports
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Mar 9, 2020
1 parent a771d9a commit 92c6f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/siputils/siputils.c
Expand Up @@ -553,12 +553,12 @@ static sr_kemi_t sr_kemi_siputils_exports[] = {
},
{ str_init("siputils"), str_init("decode_contact"),
SR_KEMIP_INT, ki_decode_contact,
{ SR_KEMIP_NULL, SR_KEMIP_NULL, SR_KEMIP_NONE,
{ SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
{ str_init("siputils"), str_init("decode_contact_header"),
SR_KEMIP_INT, ki_decode_contact_header,
{ SR_KEMIP_NULL, SR_KEMIP_NULL, SR_KEMIP_NONE,
{ SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},

Expand Down

0 comments on commit 92c6f04

Please sign in to comment.