[sr-dev] git:master:468a031e: modules: readme files regenerated - textops ... [skip ci]

Kamailio Dev kamailio.dev at kamailio.org
Wed Oct 20 14:46:25 CEST 2021


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

Author: Kamailio Dev <kamailio.dev at kamailio.org>
Committer: Kamailio Dev <kamailio.dev at kamailio.org>
Date: 2021-10-20T14:46:20+02:00

modules: readme files regenerated - textops ... [skip ci]

---

Modified: src/modules/textops/README

---

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

---

diff --git a/src/modules/textops/README b/src/modules/textops/README
index 5f6bf33867..9e5ae3e9e2 100644
--- a/src/modules/textops/README
+++ b/src/modules/textops/README
@@ -774,7 +774,7 @@ set_reply_body("test", "text/plain");
    Example 1.23. filter_body usage
 ...
 if (has_body("multipart/mixed")) {
-    if (filter_body("application/sdp") {
+    if (filter_body("application/sdp")) {
         remove_hf("Content-Type");
         append_hf("Content-Type: application/sdp\r\n");
     } else {




More information about the sr-dev mailing list