mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +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);
|
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;
|
error_found = true;
|
||||||
strncpy(cell->node_info->details, details.data, MAXLEN);
|
strncpy(cell->node_info->details, details.data, MAXLEN);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user