[Freeswitch-svn] [commit] r14061 - freeswitch/trunk/src/mod/applications/mod_commands

FreeSWITCH SVN rupa at freeswitch.org
Tue Jun 30 13:18:42 PDT 2009


Author: rupa
Date: Tue Jun 30 15:18:41 2009
New Revision: 14061

Log:
remove superfluous true from nat_map reinit


Modified:
   freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c

Modified: freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c	Tue Jun 30 15:18:41 2009
@@ -77,7 +77,6 @@
 		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);



More information about the Freeswitch-svn mailing list