Update fdbclient/FileBackupAgent.actor.cpp
Co-Authored-By: mpilman <markus@pilman.ch>
This commit is contained in:
parent
82cfb94f4a
commit
f3cd9f15ca
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in New Issue