mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Comment and indentation cleanup.
This commit is contained in:
parent
3ca0333294
commit
e769ab469f
2 changed files with 6 additions and 22 deletions
|
@ -81,10 +81,10 @@ event bro_init() &priority=5
|
|||
when ( [src, dst] in low_ttlers )
|
||||
{
|
||||
traceroute_detected(src, dst);
|
||||
}
|
||||
}
|
||||
else
|
||||
traceroute_detected(src, dst);
|
||||
}
|
||||
}
|
||||
else
|
||||
traceroute_detected(src, dst);
|
||||
}]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue