Skip to content

Commit

Permalink
sanity: fixed module name for kemi exports
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Apr 25, 2016
1 parent be02b3f commit 4065706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/sanity/mod_sanity.c
Expand Up @@ -291,12 +291,12 @@ static int bind_sanity(sanity_api_t* api)
*
*/
static sr_kemi_t sr_kemi_sanity_exports[] = {
{ str_init("maxfwd"), str_init("sanity_check"),
{ str_init("sanity"), str_init("sanity_check"),
SR_KEMIP_INT, ki_sanity_check,
{ SR_KEMIP_INT, SR_KEMIP_INT, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
{ str_init("maxfwd"), str_init("sanity_check_defaults"),
{ str_init("sanity"), str_init("sanity_check_defaults"),
SR_KEMIP_INT, ki_sanity_check_defaults,
{ SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
Expand Down

0 comments on commit 4065706

Please sign in to comment.