mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix const correctness warning.
Per buildfarm.
This commit is contained in:
parent
d4d9f21b64
commit
f43e679b53
1 changed files with 1 additions and 1 deletions
|
|
@ -2361,7 +2361,7 @@ InitializeLDAPConnection(Port *port, LDAP **ldap)
|
|||
*/
|
||||
do
|
||||
{
|
||||
const char *hostname;
|
||||
char *hostname;
|
||||
size_t hostname_size;
|
||||
char *new_uris;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue