Browse Source

dispatcher: get rid of compile warning about unreachable code

Daniel-Constantin Mierla 9 years ago
parent
commit
5ac0f5c43d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      modules/dispatcher/dispatch.c

+ 0 - 1
modules/dispatcher/dispatch.c

@@ -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 */