소스 검색

modules/mediaproxy: removed error message

- Removed error message since a=rtcp line could contain the port only.
  Credits to Thomas Gelf and Saul Ibarra Corretge.
Juha Heinanen 15 년 전
부모
커밋
f955f63ada
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      modules/mediaproxy/mediaproxy.c

+ 0 - 1
modules/mediaproxy/mediaproxy.c

@@ -893,7 +893,6 @@ get_rtcp_ip_attribute(str *block)
     count = get_str_tokens(&zone, tokens, 4);
 
     if (count != 4) {
-        LM_ERR("invalid `a=rtcp' line in SDP body\n");
         return undefined;
     }