Forgot to call the parent method for DoHeartBeat.

This commit is contained in:
Seth Hall 2012-06-16 00:35:40 -04:00
parent 8334dceadb
commit b1561437e9

View file

@ -236,7 +236,7 @@ bool ElasticSearch::DoHeartbeat(double network_time, double current_time)
BatchIndex(); BatchIndex();
} }
return true; return WriterBackend::DoHeartbeat(network_time, current_time);
} }