소스 검색

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

Kamailio Dev 3 년 전
부모
커밋
6883d5a1d0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {