mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
cluster show: fix thinko introduced in commit 9fe2fa2
This commit is contained in:
@@ -184,7 +184,7 @@ do_cluster_show(void)
|
||||
|
||||
initPQExpBuffer(&details);
|
||||
|
||||
if (format_node_status(cell->node_info, &details, &warnings) == false)
|
||||
if (format_node_status(cell->node_info, &details, &warnings) == true)
|
||||
error_found = true;
|
||||
strncpy(cell->node_info->details, details.data, MAXLEN);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user