mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Fixes for the 2.2 beta.
This commit is contained in:
parent
4ec6419906
commit
706363a295
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ function found(id: conn_id, info: Info): bool
|
|||
{
|
||||
Reporter::error("No unparsed version string present in Info record with version in Software::found");
|
||||
return F;
|
||||
}
|
||||
}
|
||||
local sw = parse(info$unparsed_version);
|
||||
info$unparsed_version = sw$unparsed_version;
|
||||
info$name = sw$name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue