mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Deprecate rfb_event.
Fixes GH-446
This commit is contained in:
parent
e382369091
commit
c0e3b8c66f
2 changed files with 2 additions and 7 deletions
|
@ -106,11 +106,6 @@ function set_session(c: connection)
|
|||
}
|
||||
}
|
||||
|
||||
event rfb_event(c: connection) &priority=5
|
||||
{
|
||||
set_session(c);
|
||||
}
|
||||
|
||||
event rfb_client_version(c: connection, major_version: string, minor_version: string) &priority=5
|
||||
{
|
||||
set_session(c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue