[svn-commits] oej: branch oej/pinetree-trunk r274908 - /team/oej/pinetree-trunk/channels/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jul 9 07:50:34 CDT 2010


Author: oej
Date: Fri Jul  9 07:50:29 2010
New Revision: 274908

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=274908
Log:
Small fix

Modified:
    team/oej/pinetree-trunk/channels/chan_sip.c

Modified: team/oej/pinetree-trunk/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/pinetree-trunk/channels/chan_sip.c?view=diff&rev=274908&r1=274907&r2=274908
==============================================================================
--- team/oej/pinetree-trunk/channels/chan_sip.c (original)
+++ team/oej/pinetree-trunk/channels/chan_sip.c Fri Jul  9 07:50:29 2010
@@ -9392,8 +9392,6 @@
 
 	char *viaheader = ast_strdupa(via);
 	char *hoststart = NULL, *portstart = NULL;
-	struct hostent *hp;
-	struct ast_hostent ahp;
 
 	if (ast_strlen_zero(via)) {
 		ast_debug(1, "---- Huh? No via header. \n");




More information about the svn-commits mailing list