deal with bindaddr properly

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2320 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Jeremy McNamara 22 years ago
parent bff0a94507
commit 1f691912e1

@ -68,7 +68,6 @@ static char *config = "h323.conf";
static char default_context[AST_MAX_EXTENSION]; static char default_context[AST_MAX_EXTENSION];
/** H.323 configuration values */ /** H.323 configuration values */
static struct sockaddr_in bindaddr;
static char gatekeeper[100]; static char gatekeeper[100];
static int gatekeeper_disable = 1; static int gatekeeper_disable = 1;
static int gatekeeper_discover = 0; static int gatekeeper_discover = 0;

Loading…
Cancel
Save