mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
Add a missing ')'. This is a typo introduced in commit
2bc8044fda
Per complaint from Carlos Chapi when compiling for a customer.
This commit is contained in:
@@ -426,7 +426,7 @@ wait_connection_availability(PGconn *conn, int timeout)
|
|||||||
if (timeout >= 0)
|
if (timeout >= 0)
|
||||||
return 1;
|
return 1;
|
||||||
else {
|
else {
|
||||||
log_warning(_("wait_connection_availability: timeout reached");
|
log_warning(_("wait_connection_availability: timeout reached"));
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user