mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Small but crucial fix for the new unique_id function.
This commit is contained in:
parent
8266709e20
commit
27f692799f
1 changed files with 1 additions and 1 deletions
|
@ -3349,7 +3349,7 @@ function bro_has_ipv6%(%) : bool
|
|||
#endif
|
||||
%}
|
||||
|
||||
function unique_id%(prefix: string%) : bool
|
||||
function unique_id%(prefix: string%) : string
|
||||
%{
|
||||
char tmp[20];
|
||||
uint64 uid = calculate_unique_id();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue