From 483b7547870e59d3d228ca05deda80d262468e9b Mon Sep 17 00:00:00 2001 From: Rupa Schomaker Date: Tue, 30 Jun 2009 20:18:41 +0000 Subject: [PATCH] remove superfluous true from nat_map reinit git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14061 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_commands/mod_commands.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 95a0f581ed..1da02b09dc 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -77,7 +77,6 @@ SWITCH_STANDARD_API(nat_map_function) goto ok; } else if (argv[0] && switch_stristr("reinit", argv[0])) { switch_nat_reinit(); - stream->write_function(stream, "true"); tmp = switch_nat_status(); stream->write_function(stream, tmp); switch_safe_free(tmp);