mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Forgot to call the parent method for DoHeartBeat.
This commit is contained in:
parent
8334dceadb
commit
b1561437e9
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ bool ElasticSearch::DoHeartbeat(double network_time, double current_time)
|
||||||
BatchIndex();
|
BatchIndex();
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return WriterBackend::DoHeartbeat(network_time, current_time);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue