diff options
Diffstat (limited to 'src/backend/libpq/auth.c')
-rw-r--r-- | src/backend/libpq/auth.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/libpq/auth.c b/src/backend/libpq/auth.c index c4f5a553ac4..e1057f9fc75 100644 --- a/src/backend/libpq/auth.c +++ b/src/backend/libpq/auth.c @@ -2503,9 +2503,9 @@ InitializeLDAPConnection(Port *port, LDAP **ldap) if (_ldap_start_tls_sA == NULL) { /* - * Need to load this function dynamically because it does not - * exist on Windows 2000, and causes a load error for the whole - * exe if referenced. + * Need to load this function dynamically because it may not exist + * on Windows, and causes a load error for the whole exe if + * referenced. */ HANDLE ldaphandle; |