and modernize script.

thanks Seth.
This commit is contained in:
Bernhard Amann 2013-03-06 13:30:13 -08:00
parent 5e8e12182a
commit cfada61672

View file

@ -49,7 +49,7 @@ event ssl_established(c: connection) &priority=5
local i = 1; local i = 1;
for ( line in lines ) for ( line in lines )
{ {
if ( byte_len(lines[i]) > 0 ) if ( |lines[i]| > 0 )
{ {
print outfile, lines[i]; print outfile, lines[i];
} }