Fix const correctness warning.

Per buildfarm.
This commit is contained in:
Thomas Munro 2018-11-13 18:32:05 +13:00
parent d4d9f21b64
commit f43e679b53
1 changed files with 1 additions and 1 deletions

View File

@ -2361,7 +2361,7 @@ InitializeLDAPConnection(Port *port, LDAP **ldap)
*/
do
{
const char *hostname;
char *hostname;
size_t hostname_size;
char *new_uris;