From b1abbb0ee7c3867ff88ebbe3d16e4414300f81bb Mon Sep 17 00:00:00 2001 From: Raphael Coeffic Date: Sun, 23 Nov 2008 11:31:34 +0000 Subject: [PATCH] - 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 --- core/plug-in/sipctrl/parse_uri.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/plug-in/sipctrl/parse_uri.h b/core/plug-in/sipctrl/parse_uri.h index 3cf4a96c..eb2c3285 100644 --- a/core/plug-in/sipctrl/parse_uri.h +++ b/core/plug-in/sipctrl/parse_uri.h @@ -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 params; list hdrs;