From fd86160dff1bdf1a2bddf88dbf4a09910d96260b 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"),