[sr-dev] git:master:f3cfb491: textops: Fixed remove_hf_exp arguments params (#1485)

Daniel-Constantin Mierla miconda at gmail.com
Tue Mar 20 19:20:16 CET 2018


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

Author: sergey-safarov <s.safarov at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
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,




More information about the sr-dev mailing list