remove superfluous true from nat_map reinit

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14061 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Rupa Schomaker 2009-06-30 20:18:41 +00:00
parent e5eb577f8e
commit 483b754787
1 changed files with 0 additions and 1 deletions

View 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);