mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-18 17:57:39 +03:00
clarify where the name resolution error comes from
This commit is contained in:
parent
402ca5219b
commit
dab5df7409
2
common.c
2
common.c
@ -575,7 +575,7 @@ int resolve_split_name(struct addrinfo **out, char* host, char* serv)
|
|||||||
|
|
||||||
res = getaddrinfo(host, serv, &hint, out);
|
res = getaddrinfo(host, serv, &hint, out);
|
||||||
if (res)
|
if (res)
|
||||||
print_message(msg_system_error, "%s `%s:%s'\n", gai_strerror(res), host, serv);
|
print_message(msg_system_error, "resolve_split_name: %s `%s:%s'\n", gai_strerror(res), host, serv);
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user