Skip to content

Commit

Permalink
dispatcher: get rid of compile warning about unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed May 20, 2016
1 parent 1d6d43e commit 5ac0f5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/dispatcher/dispatch.c
Expand Up @@ -1894,7 +1894,6 @@ int ds_select_dst_limit(sip_msg_t *msg, int set, int alg, unsigned int limit, in
default:
LM_ERR("can't get authorization hash\n");
return -1;
break;
}
break;
case 6: /* random selection */
Expand Down

0 comments on commit 5ac0f5c

Please sign in to comment.