mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +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()
|
||||
{
|
||||
if ( ! valid )
|
||||
if ( valid )
|
||||
return false;
|
||||
|
||||
valid = DoInit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue