Module: kamailio Branch: master Commit: 9ded810b2dfe527db8d8be409fe1f34b002f3325 URL: https://github.com/kamailio/kamailio/commit/9ded810b2dfe527db8d8be409fe1f34b002f3325
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2025-06-12T17:43:20+02:00 htable: return true for sht_setxi() - GH #4283 --- Modified: src/modules/htable/htable.c --- Diff: https://github.com/kamailio/kamailio/commit/9ded810b2dfe527db8d8be409fe1f34b002f3325.diff Patch: https://github.com/kamailio/kamailio/commit/9ded810b2dfe527db8d8be409fe1f34b002f3325.patch --- diff --git a/src/modules/htable/htable.c b/src/modules/htable/htable.c index d458e83141a..63c0b4ced02 100644 --- a/src/modules/htable/htable.c +++ b/src/modules/htable/htable.c @@ -1406,7 +1406,7 @@ static int ki_ht_setxi( return -1; } - return 0; + return 1; } /** _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
