mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add workaround for zeek/spicy#2091
This commit is contained in:
parent
19f2621f7b
commit
1c3b7273d6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue