| Index: tools/battor_agent/battor_agent.cc
|
| diff --git a/tools/battor_agent/battor_agent.cc b/tools/battor_agent/battor_agent.cc
|
| index 27753491bab97398fcc4c574094d5be48c340ae1..da2e20f615f6d326a8140b30205ae62710e094b9 100644
|
| --- a/tools/battor_agent/battor_agent.cc
|
| +++ b/tools/battor_agent/battor_agent.cc
|
| @@ -517,6 +517,7 @@ void BattOrAgent::PerformAction(Action action) {
|
| return;
|
|
|
| case Action::SEND_GIT_HASH_REQUEST:
|
| + connection_->Flush();
|
| SendControlMessage(
|
| BATTOR_CONTROL_MESSAGE_TYPE_GET_FIRMWARE_GIT_HASH, 0, 0);
|
| return;
|
|
|