mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00

Scheduling a local event variable resulted in a global lookup instead of evaluating the local variable. To prevent misunderstandings, this will trigger an error now.
1 line
179 B
Text
1 line
179 B
Text
error in /home/jgras/devel/bro/testing/btest/.tmp/language.event-local-var/event-local-var.bro, line 15: local identifier "v" cannot be used to reference an event, at or near ")"
|