From c00fa9f9ba5a5d3127673d2e577b872f48377e63 Mon Sep 17 00:00:00 2001 From: Jaime Casanova Date: Thu, 19 Apr 2012 12:18:21 -0500 Subject: [PATCH] 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. --- repmgr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/repmgr.c b/repmgr.c index 3fed9fdf..abe65e70 100644 --- a/repmgr.c +++ b/repmgr.c @@ -861,6 +861,7 @@ do_standby_clone(void) PQfinish(conn); exit(ERR_BAD_CONFIG); } + break; default: /* Trouble accessing directory */ log_err(_("%s: could not access directory \"%s\": %s\n"),