From 5e9f202c9a013f0eda56d161e3ed4a843ae54405 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 28 Mar 2019 09:14:36 +0900 Subject: [PATCH] Add missing break --- repmgr-client.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repmgr-client.c b/repmgr-client.c index 744ba70b..13b8fef9 100644 --- a/repmgr-client.c +++ b/repmgr-client.c @@ -1680,6 +1680,8 @@ check_cli_parameters(const int action) item_list_append_format(&cli_warnings, _("--replication-user ignored when executing %s"), action_name(action)); + break; + default: item_list_append_format(&cli_warnings, _("--replication-user not required when executing %s"),