[svn-commits] tilghman: trunk r272150 - /trunk/channels/chan_mgcp.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jun 23 13:45:21 CDT 2010


Author: tilghman
Date: Wed Jun 23 13:45:18 2010
New Revision: 272150

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=272150
Log:
D'oh!  Defaultenabled FTL.

Modified:
    trunk/channels/chan_mgcp.c

Modified: trunk/channels/chan_mgcp.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_mgcp.c?view=diff&rev=272150&r1=272149&r2=272150
==============================================================================
--- trunk/channels/chan_mgcp.c (original)
+++ trunk/channels/chan_mgcp.c Wed Jun 23 13:45:18 2010
@@ -1649,10 +1649,8 @@
 {
 	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;
 




More information about the svn-commits mailing list