mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Fixed small bug with unique_id BiF.
This commit is contained in:
parent
57531e0769
commit
4ff47db8c1
1 changed files with 1 additions and 1 deletions
|
@ -3339,7 +3339,7 @@ function bro_has_ipv6%(%) : bool
|
||||||
#endif
|
#endif
|
||||||
%}
|
%}
|
||||||
|
|
||||||
function unique_id%(prefix: string%) : bool
|
function unique_id%(prefix: string%) : string
|
||||||
%{
|
%{
|
||||||
char tmp[20];
|
char tmp[20];
|
||||||
uint64 uid = calculate_unique_id();
|
uint64 uid = calculate_unique_id();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue