diff options
Diffstat (limited to 'scalar.c')
| -rw-r--r-- | scalar.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -733,6 +733,9 @@ static int cmd_reconfigure(int argc, const char **argv) the_repository = old_repo; + if (toggle_maintenance(1) >= 0) + succeeded = 1; + loop_end: if (!succeeded) { res = -1; |
