mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
smb: Drop references to uid_map in state.
This isn't ever written to and probably was meant to be removed during
the following commit: 5b5589e167
This commit is contained in:
parent
b04f378f0f
commit
8698a00f03
3 changed files with 0 additions and 9 deletions
|
@ -144,8 +144,6 @@ export {
|
|||
fid_map : table[count] of FileInfo &optional;
|
||||
## Tree map to retrieve tree information based on the tree ID.
|
||||
tid_map : table[count] of TreeInfo &optional;
|
||||
## User map to retrieve user name based on the user ID.
|
||||
uid_map : table[count] of string &optional;
|
||||
## Pipe map to retrieve UUID based on the file ID of a pipe.
|
||||
pipe_map : table[count] of string &optional;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue