diff options
Diffstat (limited to 'flow.c')
-rw-r--r-- | flow.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |