Преглед на файлове

- 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;