Skip to content

Commit

Permalink
diversion: fixed kemi parameter for add diversion with uri
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Apr 26, 2017
1 parent f86ea96 commit 9198e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/diversion/diversion.c
Expand Up @@ -220,7 +220,7 @@ static sr_kemi_t sr_kemi_diversion_exports[] = {
},
{ str_init("diversion"), str_init("add_diversion_uri"),
SR_KEMIP_INT, add_diversion_uri,
{ SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE,
{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},

Expand Down

0 comments on commit 9198e20

Please sign in to comment.