mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-06 02:22:56 +00:00
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:
parent
e5eb577f8e
commit
483b754787
@ -77,7 +77,6 @@ SWITCH_STANDARD_API(nat_map_function)
|
|||||||
goto ok;
|
goto ok;
|
||||||
} else if (argv[0] && switch_stristr("reinit", argv[0])) {
|
} else if (argv[0] && switch_stristr("reinit", argv[0])) {
|
||||||
switch_nat_reinit();
|
switch_nat_reinit();
|
||||||
stream->write_function(stream, "true");
|
|
||||||
tmp = switch_nat_status();
|
tmp = switch_nat_status();
|
||||||
stream->write_function(stream, tmp);
|
stream->write_function(stream, tmp);
|
||||||
switch_safe_free(tmp);
|
switch_safe_free(tmp);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user