Author: rco
Date: 2008-11-23 12:33:32 +0100 (Sun, 23 Nov 2008)
New Revision: 1134

Modified:
   branches/1.0.0/core/plug-in/sipctrl/parse_uri.h
Log:
 fixed type for port number (unsigned).


Modified: branches/1.0.0/core/plug-in/sipctrl/parse_uri.h
===================================================================
--- branches/1.0.0/core/plug-in/sipctrl/parse_uri.h     2008-11-23 11:31:34 UTC 
(rev 1133)
+++ branches/1.0.0/core/plug-in/sipctrl/parse_uri.h     2008-11-23 11:33:32 UTC 
(rev 1134)
@@ -49,7 +49,7 @@
     cstring    host;
 
     cstring    port_str; // ?? short ??
-    short int  port;
+    short unsigned int  port;
 
     list<sip_avp*> params;
     list<sip_avp*> hdrs;

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to