mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fixing clang pre-commit error
This commit is contained in:
parent
e2bd8f0eb1
commit
33bfe67562
1 changed files with 1 additions and 1 deletions
|
@ -1805,7 +1805,7 @@ int TCPSessionAdapter::ParseTCPOptions(const struct tcphdr* tcp, bool is_orig)
|
||||||
|
|
||||||
case 27:
|
case 27:
|
||||||
// TCP Quick Start Response
|
// TCP Quick Start Response
|
||||||
if ( length == 8)
|
if ( length == 8 )
|
||||||
{
|
{
|
||||||
auto rate = o[2];
|
auto rate = o[2];
|
||||||
auto ttl_diff = o[3];
|
auto ttl_diff = o[3];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue