mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
Add missing break
This commit is contained in:
@@ -1680,6 +1680,8 @@ check_cli_parameters(const int action)
|
|||||||
item_list_append_format(&cli_warnings,
|
item_list_append_format(&cli_warnings,
|
||||||
_("--replication-user ignored when executing %s"),
|
_("--replication-user ignored when executing %s"),
|
||||||
action_name(action));
|
action_name(action));
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
item_list_append_format(&cli_warnings,
|
item_list_append_format(&cli_warnings,
|
||||||
_("--replication-user not required when executing %s"),
|
_("--replication-user not required when executing %s"),
|
||||||
|
|||||||
Reference in New Issue
Block a user