Skip to content

Commit

Permalink
dispatcher: removed unnecessary return
Browse files Browse the repository at this point in the history
(cherry picked from commit 721d533)
  • Loading branch information
miconda committed Dec 11, 2020
1 parent d610f27 commit 5c6ddfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/dispatcher/dispatcher.c
Expand Up @@ -1063,7 +1063,6 @@ static int ki_ds_list_exists(struct sip_msg *msg, int set)
static int fixup_ds_list_exist(void **param, int param_no)
{
return fixup_igp_null(param, param_no);
return 0;
}

static int ds_parse_reply_codes()
Expand Down

0 comments on commit 5c6ddfe

Please sign in to comment.