D'oh! Defaultenabled FTL.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@272150 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2010-06-23 18:45:18 +00:00
parent 7cd0856d00
commit 48ae8ded89

View File

@@ -1649,10 +1649,8 @@ static struct mgcp_gateway *find_realtime_gw(char *name, char *at, struct sockad
{
struct mgcp_gateway *g = NULL;
struct ast_variable *mgcpgwconfig = NULL;
struct ast_variable *mgcpepconfig = NULL;
struct ast_variable *gwv, *epname = NULL;
struct mgcp_endpoint *e;
char *c = NULL, *line;
char lines[256];
int i, j;