Explorar el Código

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

Kamailio Dev hace 3 años
padre
commit
6883d5a1d0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/modules/textops/README

+ 1 - 1
src/modules/textops/README

@@ -733,7 +733,7 @@ set_reply_body("test", "text/plain");
    Example 1.22. 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 {