mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
Fix a switch in which a "break" was missing that makes always that --force option
was used end up in the default section and error.
This commit is contained in:
1
repmgr.c
1
repmgr.c
@@ -861,6 +861,7 @@ do_standby_clone(void)
|
|||||||
PQfinish(conn);
|
PQfinish(conn);
|
||||||
exit(ERR_BAD_CONFIG);
|
exit(ERR_BAD_CONFIG);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
/* Trouble accessing directory */
|
/* Trouble accessing directory */
|
||||||
log_err(_("%s: could not access directory \"%s\": %s\n"),
|
log_err(_("%s: could not access directory \"%s\": %s\n"),
|
||||||
|
|||||||
Reference in New Issue
Block a user