Module: kamailio Branch: master Commit: 588b9c710b6555371bc8bbee21e474466bb099dd URL: https://github.com/kamailio/kamailio/commit/588b9c710b6555371bc8bbee21e47446...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2024-06-24T10:22:25+02:00
core: removed duplicated break
---
Modified: src/core/select.c
---
Diff: https://github.com/kamailio/kamailio/commit/588b9c710b6555371bc8bbee21e47446... Patch: https://github.com/kamailio/kamailio/commit/588b9c710b6555371bc8bbee21e47446...
---
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;