mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 10:58:15 +00:00
Merged revisions 117515 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r117515 | russell | 2008-05-21 13:29:05 -0500 (Wed, 21 May 2008) | 12 lines Merged revisions 117514 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r117514 | russell | 2008-05-21 13:28:46 -0500 (Wed, 21 May 2008) | 4 lines Don't filter the magic character in the network verboser. It gets filtered once it reaches the client. (related to issue #12702, pointed out by tilghman) ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@117516 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -967,9 +967,6 @@ void ast_console_puts(const char *string)
|
||||
|
||||
static void network_verboser(const char *s)
|
||||
{
|
||||
if (*s == 127) {
|
||||
s++;
|
||||
}
|
||||
ast_network_puts_mutable(s);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user