[Asterisk-cvs] asterisk/channels chan_h323.c,1.32,1.33
jeremy at lists.digium.com
jeremy at lists.digium.com
Wed Mar 3 21:16:36 CST 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv30945
Modified Files:
chan_h323.c
Log Message:
deal with bindaddr properly
Index: chan_h323.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_h323.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- chan_h323.c 4 Mar 2004 01:11:25 -0000 1.32
+++ chan_h323.c 4 Mar 2004 02:07:32 -0000 1.33
@@ -68,7 +68,6 @@
static char default_context[AST_MAX_EXTENSION];
/** H.323 configuration values */
-static struct sockaddr_in bindaddr;
static char gatekeeper[100];
static int gatekeeper_disable = 1;
static int gatekeeper_discover = 0;
More information about the svn-commits
mailing list