deal with bindaddr properly

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2320 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara
2004-03-04 02:07:32 +00:00
parent bff0a94507
commit 1f691912e1

View File

@@ -68,7 +68,6 @@ static char *config = "h323.conf";
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;