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:
Jaime Casanova
2012-04-19 12:21:49 -05:00
parent 209a0c64d2
commit 0660bded0b

View File

@@ -985,6 +985,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"),