mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/johanna/gh-3700'
* origin/topic/johanna/gh-3700:
Fix cid propagation into files.log
(cherry picked from commit d7e30d9ee2
)
This commit is contained in:
parent
df37ccf73d
commit
a1d621748e
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ event file_state_remove(f: fa_file) &priority=-10
|
||||||
# by reference in Log::write() rather than by copy.
|
# by reference in Log::write() rather than by copy.
|
||||||
local info = |f$conns| > 1 ? copy(f$info) : f$info;
|
local info = |f$conns| > 1 ? copy(f$info) : f$info;
|
||||||
info$uid = c$uid;
|
info$uid = c$uid;
|
||||||
info$id = cid;
|
info$id = c$id;
|
||||||
Log::write(Files::LOG, info);
|
Log::write(Files::LOG, info);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue