Skip to content

Commit

Permalink
blst: removed unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jul 4, 2018
1 parent f5ef391 commit 4e2290f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/blst/blst.c
Expand Up @@ -399,7 +399,7 @@ static int ki_blst_rpl_set_ignore(sip_msg_t* msg, int mask)
/**
*
*/
static int ki_blst_rpl_set_ignore_all(sip_msg_t* msg, int mask)
static int ki_blst_rpl_set_ignore_all(sip_msg_t* msg)
{
return ki_blst_rpl_set_ignore(msg, 0xff);
}
Expand Down

0 comments on commit 4e2290f

Please sign in to comment.