- changed port from "short int" to "short unsigned int".

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1133 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Raphael Coeffic 18 years ago
parent c49e4b3f74
commit b1abbb0ee7

@ -48,8 +48,8 @@ struct sip_uri
cstring passwd;
cstring host;
cstring port_str; // ?? short ??
short int port;
cstring port_str;
short unsigned int port;
list<sip_avp*> params;
list<sip_avp*> hdrs;

Loading…
Cancel
Save