Skip to content
Snippets Groups Projects
Commit 955c503e authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

s/gai_strerror/AC_GAI_STRERROR/

parent 2bc0d474
No related branches found
No related tags found
No related merge requests found
......@@ -240,7 +240,7 @@ static int slap_get_listener_addresses(
hints.ai_family = AF_UNSPEC;
if (err = getaddrinfo(host, serv, &hints, &res)) {
Debug( LDAP_DEBUG_ANY, "daemon: getaddrinfo failed: %s\n",
gai_strerror(err), 0, 0);
AC_GAI_STRERROR(err), 0, 0);
return -1;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment