소스 검색

- adapted to the contact parser changes.

Jan Janak 22 년 전
부모
커밋
47d19c0dc5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      modules/tm/dlg.c

+ 0 - 1
modules/tm/dlg.c

@@ -225,7 +225,6 @@ static inline int get_contact_uri(struct sip_msg* _m, str* _uri)
 		return -3;
 	}
 
-	     /* FIXME: c->uri may contain name-addr !! */
 	_uri->s = c->uri.s;
 	_uri->len = c->uri.len;
 	return 0;