mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Remove several BroString escaping methods that are no longer useful.
This commit is contained in:
parent
d29679484d
commit
0d6292d5ca
3 changed files with 23 additions and 23 deletions
|
@ -182,10 +182,10 @@ void ODesc::AddBytes(const BroString* s)
|
|||
else
|
||||
{
|
||||
int render_style = BroString::EXPANDED_STRING;
|
||||
if ( Style() == ALTERNATIVE_STYLE )
|
||||
// Only change NULs, since we can't in any case
|
||||
// cope with them.
|
||||
render_style = BroString::ESC_NULL;
|
||||
//if ( Style() == ALTERNATIVE_STYLE )
|
||||
// // Only change NULs, since we can't in any case
|
||||
// // cope with them.
|
||||
// render_style = BroString::ESC_NULL;
|
||||
|
||||
const char* str = s->Render(render_style);
|
||||
Add(str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue