Add workaround for zeek/spicy#2091

This commit is contained in:
Benjamin Bannier 2025-06-18 10:20:29 +02:00
parent 19f2621f7b
commit 1c3b7273d6

View file

@ -1904,7 +1904,7 @@ public function convert_certificate_authorities(c: vector<CertificateAuthority>)
}
# returns true for the "client"
public function get_direction(sh: Share): bool {
public function get_direction(sh: Share&): bool {
if (sh.flipped)
return !zeek::is_orig();
else