mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
A function wasn't returning a value like it should be.
This commit is contained in:
parent
956c23eb66
commit
2add60b4b1
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ function merge(q1: Queue, q2: Queue): Queue
|
||||||
++i;
|
++i;
|
||||||
++j;
|
++j;
|
||||||
}
|
}
|
||||||
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
function len(q: Queue): count
|
function len(q: Queue): count
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue