Module: kamailio Branch: 5.8 Commit: 4fa5fc10370d81d534d75b034322a6250c7e2557 URL: https://github.com/kamailio/kamailio/commit/4fa5fc10370d81d534d75b034322a625...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2024-07-01T09:11:38+02:00
core: removed duplicated break
(cherry picked from commit 588b9c710b6555371bc8bbee21e474466bb099dd)
---
Modified: src/core/select.c
---
Diff: https://github.com/kamailio/kamailio/commit/4fa5fc10370d81d534d75b034322a625... Patch: https://github.com/kamailio/kamailio/commit/4fa5fc10370d81d534d75b034322a625...
---
diff --git a/src/core/select.c b/src/core/select.c index 01312d5e459..10526ff5c7c 100644 --- a/src/core/select.c +++ b/src/core/select.c @@ -335,7 +335,6 @@ int resolve_select(select_t *s) default: BUG("Unable to resolve select at level %d\n", param_idx); break; - break; } goto not_found;