]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove superfluous true from nat_map reinit
authorRupa Schomaker <rupa@rupa.com>
Tue, 30 Jun 2009 20:18:41 +0000 (20:18 +0000)
committerRupa Schomaker <rupa@rupa.com>
Tue, 30 Jun 2009 20:18:41 +0000 (20:18 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14061 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_commands/mod_commands.c

index 95a0f581ed62d8ed2a312989e821f62d4a4a86db..1da02b09dca5ba75faa6981713182db5f9e12c70 100644 (file)
@@ -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);