mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 10:33:13 +00:00
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:
@@ -1649,10 +1649,8 @@ static struct mgcp_gateway *find_realtime_gw(char *name, char *at, struct sockad
|
|||||||
{
|
{
|
||||||
struct mgcp_gateway *g = NULL;
|
struct mgcp_gateway *g = NULL;
|
||||||
struct ast_variable *mgcpgwconfig = NULL;
|
struct ast_variable *mgcpgwconfig = NULL;
|
||||||
struct ast_variable *mgcpepconfig = NULL;
|
|
||||||
struct ast_variable *gwv, *epname = NULL;
|
struct ast_variable *gwv, *epname = NULL;
|
||||||
struct mgcp_endpoint *e;
|
struct mgcp_endpoint *e;
|
||||||
char *c = NULL, *line;
|
|
||||||
char lines[256];
|
char lines[256];
|
||||||
int i, j;
|
int i, j;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user