diff --git a/fdbclient/FileBackupAgent.actor.cpp b/fdbclient/FileBackupAgent.actor.cpp index d0f9aa4330..eb2f7e7c7a 100755 --- a/fdbclient/FileBackupAgent.actor.cpp +++ b/fdbclient/FileBackupAgent.actor.cpp @@ -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));