Browse Source

- adapted to the contact parser changes.

Jan Janak 22 years ago
parent
commit
47d19c0dc5
1 changed files with 0 additions and 1 deletions
  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;