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:18:21 -05:00
parent d36ee899dc
commit c00fa9f9ba

View File

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