Update fdbclient/FileBackupAgent.actor.cpp

Co-Authored-By: mpilman <markus@pilman.ch>
This commit is contained in:
Alex Miller 2019-02-19 08:52:27 -08:00
parent 82cfb94f4a
commit f3cd9f15ca
1 changed files with 1 additions and 1 deletions

View File

@ -3630,7 +3630,7 @@ public:
printf("%s\n", details.c_str());
}
state ERestoreState status_ = wait(restore.stateEnum().getD(tr));
ERestoreState status_ = wait(restore.stateEnum().getD(tr));
status = status_;
state bool runnable = wait(restore.isRunnable(tr));