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

Author: Richard Fuchs <[email protected]>
Committer: Richard Fuchs <[email protected]>
Date: 2025-11-18T07:44:59-04:00

rtpengine: remove pointless nulling

---

Modified: src/modules/rtpengine/rtpengine_hash.c

---

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

---

diff --git a/src/modules/rtpengine/rtpengine_hash.c 
b/src/modules/rtpengine/rtpengine_hash.c
index 1797bf0fce5..9747b09d5a6 100644
--- a/src/modules/rtpengine/rtpengine_hash.c
+++ b/src/modules/rtpengine/rtpengine_hash.c
@@ -100,9 +100,6 @@ int rtpengine_hash_table_init(int size)
                        rtpengine_hash_table_destroy();
                        return 0;
                }
-
-               // init hashtable row_totals[i]
-               rtpengine_hash_table->row_totals[i] = 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!

Reply via email to