mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Fix the fix :-/.
This commit is contained in:
parent
8454f69203
commit
c3428ea491
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ bool HashVal::IsValid() const
|
||||||
|
|
||||||
bool HashVal::Init()
|
bool HashVal::Init()
|
||||||
{
|
{
|
||||||
if ( ! valid )
|
if ( valid )
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
valid = DoInit();
|
valid = DoInit();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue