Module: kamailio
Branch: master
Commit: 024c649c36bbe1d5ba4b306de53102cec4096734
URL: 
https://github.com/kamailio/kamailio/commit/024c649c36bbe1d5ba4b306de53102cec4096734

Author: Henning Westerholt <h...@gilawa.com>
Committer: Henning Westerholt <h...@gilawa.com>
Date: 2025-01-20T19:36:11Z

htable: close parentheses on error description

---

Modified: src/modules/htable/htable.c

---

Diff:  
https://github.com/kamailio/kamailio/commit/024c649c36bbe1d5ba4b306de53102cec4096734.diff
Patch: 
https://github.com/kamailio/kamailio/commit/024c649c36bbe1d5ba4b306de53102cec4096734.patch

---

diff --git a/src/modules/htable/htable.c b/src/modules/htable/htable.c
index bd0a7bf6e57..d458e83141a 100644
--- a/src/modules/htable/htable.c
+++ b/src/modules/htable/htable.c
@@ -1561,7 +1561,7 @@ static void htable_rpc_delete(rpc_t *rpc, void *c)
        int res;
 
        if(rpc->scan(c, "SS", &htname, &keyname) < 2) {
-               rpc->fault(c, 500, "Not enough parameters (htable name & key 
name");
+               rpc->fault(c, 500, "Not enough parameters (htable name & key 
name)");
                return;
        }
        ht = ht_get_table(&htname);

_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to