Module: kamailio
Branch: master
Commit: 588b9c710b6555371bc8bbee21e474466bb099dd
URL: 
https://github.com/kamailio/kamailio/commit/588b9c710b6555371bc8bbee21e474466bb099dd

Author: Daniel-Constantin Mierla <mico...@gmail.com>
Committer: Daniel-Constantin Mierla <mico...@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/588b9c710b6555371bc8bbee21e474466bb099dd.diff
Patch: 
https://github.com/kamailio/kamailio/commit/588b9c710b6555371bc8bbee21e474466bb099dd.patch

---

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;
 

_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to