[asterisk-commits] russell: trunk r66957 -
/trunk/channels/chan_iax2.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Fri Jun 1 16:02:57 MST 2007
Author: russell
Date: Fri Jun 1 18:02:57 2007
New Revision: 66957
URL: http://svn.digium.com/view/asterisk?view=rev&rev=66957
Log:
Remove 80 bytes in the iax2_registry struct that weren't being used
Modified:
trunk/channels/chan_iax2.c
Modified: trunk/channels/chan_iax2.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_iax2.c?view=diff&rev=66957&r1=66956&r2=66957
==============================================================================
--- trunk/channels/chan_iax2.c (original)
+++ trunk/channels/chan_iax2.c Fri Jun 1 18:02:57 2007
@@ -441,7 +441,6 @@
struct sockaddr_in addr; /*!< Who we connect to for registration purposes */
char username[80];
char secret[80]; /*!< Password or key name in []'s */
- char random[80];
int expire; /*!< Sched ID of expiration */
int refresh; /*!< How often to refresh */
enum iax_reg_state regstate;
More information about the asterisk-commits
mailing list