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

Author: sergey-safarov <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date: 2018-03-20T19:20:11+01:00

textops: Fixed remove_hf_exp arguments params (#1485)

---

Modified: src/modules/textops/textops.c

---

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

---

diff --git a/src/modules/textops/textops.c b/src/modules/textops/textops.c
index f18c450efc..6fb723166b 100644
--- a/src/modules/textops/textops.c
+++ b/src/modules/textops/textops.c
@@ -212,7 +212,7 @@ static cmd_export_t cmds[]={
        {"remove_hf_re",     (cmd_function)remove_hf_re_f,    1,
                fixup_regexp_null, fixup_free_regexp_null,
                ANY_ROUTE},
-       {"remove_hf_exp",     (cmd_function)remove_hf_exp_f,  1,
+       {"remove_hf_exp",     (cmd_function)remove_hf_exp_f,  2,
                fixup_regexp_regexp, fixup_free_regexp_regexp,
                ANY_ROUTE},
        {"is_present_hf",    (cmd_function)is_present_hf_f,   1,


_______________________________________________
Kamailio (SER) - Development Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to