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

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date: 2024-01-29T09:49:49+01:00

textopsx: proper define id for body line interator name size

---

Modified: src/modules/textopsx/textopsx.c

---

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

---

diff --git a/src/modules/textopsx/textopsx.c b/src/modules/textopsx/textopsx.c
index 9210d07445d..5710cfeb864 100644
--- a/src/modules/textopsx/textopsx.c
+++ b/src/modules/textopsx/textopsx.c
@@ -2441,7 +2441,7 @@ static int pv_get_hf_iterator_hbody(
 typedef struct bl_iterator
 {
        str name;
-       char bname[HF_ITERATOR_NAME_SIZE];
+       char bname[BL_ITERATOR_NAME_SIZE];
        str body;
        str it;
        int eob;

_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to [email protected]

Reply via email to