mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
fix handline of sets only containing a zero-length string.
Thank you Robin...
This commit is contained in:
parent
7e46936728
commit
a4ca5b0d82
3 changed files with 8 additions and 3 deletions
|
@ -7,6 +7,9 @@ testing
|
|||
,
|
||||
testing
|
||||
}, s=[testing, ]],
|
||||
[6] = [s={
|
||||
|
||||
}, s=[]],
|
||||
[1] = [s={
|
||||
testing,testing,testing,
|
||||
}, s=[testing,testing,testing,]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue