Commit b59d4d6c authored by Thomas Munro's avatar Thomas Munro

Fix const correctness warning.

Per buildfarm.
parent a53bc135
......@@ -2361,7 +2361,7 @@ InitializeLDAPConnection(Port *port, LDAP **ldap)
*/
do
{
const char *hostname;
char *hostname;
size_t hostname_size;
char *new_uris;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment