Skip to content
Snippets Groups Projects
Commit 6d07d1c0 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Minor edit of a comment.

parent 920b9586
No related branches found
No related tags found
No related merge requests found
...@@ -224,7 +224,7 @@ getaddrinfo_cb(va_list ap) ...@@ -224,7 +224,7 @@ getaddrinfo_cb(va_list ap)
int rc = getaddrinfo(host, port, hints, res); int rc = getaddrinfo(host, port, hints, res);
/* getaddrinfo can return EAI_ADDRFAMILY on attempt /* getaddrinfo can return EAI_ADDRFAMILY on attempt
* to resolve ::1, if machine has no public ipv6 addresses * to resolve ::1, if machine has no public ipv6 addresses
* configured. Retry without EAI_ADDRFAMILY flag set. * configured. Retry without AI_ADDRCONFIG flag set.
* *
* See for details: https://bugs.launchpad.net/tarantool/+bug/1160877 * See for details: https://bugs.launchpad.net/tarantool/+bug/1160877
*/ */
......
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