mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix bifs.to_count and bifs.to_int btests under ZAM
This commit is contained in:
parent
bcecc6ea51
commit
caeae0b777
3 changed files with 18 additions and 1 deletions
|
@ -471,7 +471,7 @@ static std::unordered_map<std::string, unsigned int> func_attrs = {
|
|||
{"to_addr", ATTR_IDEMPOTENT}, // can error
|
||||
{"to_count", ATTR_IDEMPOTENT}, // can error
|
||||
{"to_double", ATTR_IDEMPOTENT}, // can error
|
||||
{"to_int", ATTR_FOLDABLE},
|
||||
{"to_int", ATTR_IDEMPOTENT}, // can error
|
||||
{"to_json", ATTR_FOLDABLE},
|
||||
{"to_lower", ATTR_FOLDABLE},
|
||||
{"to_port", ATTR_IDEMPOTENT}, // can error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue