mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
Fix typo in a code comment
This commit is contained in:
@@ -2628,7 +2628,7 @@ do_election(void)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* standby nodes found - check if we're in the primary location befor checking theirs */
|
/* standby nodes found - check if we're in the primary location before checking theirs */
|
||||||
if (strncmp(upstream_node_info.location, local_node_info.location, MAXLEN) == 0)
|
if (strncmp(upstream_node_info.location, local_node_info.location, MAXLEN) == 0)
|
||||||
{
|
{
|
||||||
primary_location_seen = true;
|
primary_location_seen = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user