aboutgitcodebugslistschat
path: root/flow.c
diff options
context:
space:
mode:
Diffstat (limited to 'flow.c')
-rw-r--r--flow.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/flow.c b/flow.c
index cc05033..da5c813 100644
--- a/flow.c
+++ b/flow.c
@@ -1130,7 +1130,8 @@ int flow_migrate_target(struct ctx *c, const struct migrate_stage *stage,
if (!count)
return 0;
- repair_wait(c);
+ if ((rc = repair_wait(c)))
+ return -rc;
if ((rc = flow_migrate_repair_all(c, true)))
return -rc;