mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Fix check of --no-wait option
This commit is contained in:
@@ -1722,7 +1722,7 @@ check_cli_parameters(const int action)
|
||||
action_name(action));
|
||||
}
|
||||
}
|
||||
else if (runtime_options.wait)
|
||||
else if (runtime_options.no_wait)
|
||||
{
|
||||
switch (action)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user