Small but crucial fix for the new unique_id function.

This commit is contained in:
Seth Hall 2011-06-07 23:47:39 -04:00
parent 8266709e20
commit 27f692799f

View file

@ -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();