[svn-commits] file: trunk r109113 - /trunk/channels/chan_sip.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Mar 17 11:47:02 CDT 2008
Author: file
Date: Mon Mar 17 11:47:02 2008
New Revision: 109113
URL: http://svn.digium.com/view/asterisk?view=rev&rev=109113
Log:
Remove something that is never ever used.
Modified:
trunk/channels/chan_sip.c
Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?view=diff&rev=109113&r1=109112&r2=109113
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Mon Mar 17 11:47:02 2008
@@ -1544,7 +1544,6 @@
struct timeval regtime; /*!< Last successful registration time */
int callid_valid; /*!< 0 means we haven't chosen callid for this registry yet. */
unsigned int ocseq; /*!< Sequence number we got to for REGISTERs for this registry */
- struct sockaddr_in us; /*!< Who the server thinks we are */
int noncecount; /*!< Nonce-count */
char lastmsg[256]; /*!< Last Message sent/received */
};
More information about the svn-commits
mailing list