mirror of
https://github.com/brunoos/luasec.git
synced 2025-04-24 01:16:45 +02:00
Compare commits
No commits in common. "769ac528e207464c64afacd996796b426b653482" and "fddde111f7fe9ad5417d75ebbd70429d13eaad97" have entirely different histories.
769ac528e2
...
fddde111f7
@ -426,9 +426,7 @@ const char *socket_gaistrerror(int err) {
|
|||||||
case EAI_MEMORY: return "memory allocation failure";
|
case EAI_MEMORY: return "memory allocation failure";
|
||||||
case EAI_NONAME:
|
case EAI_NONAME:
|
||||||
return "host or service not provided, or not known";
|
return "host or service not provided, or not known";
|
||||||
#ifdef EAI_OVERFLOW
|
|
||||||
case EAI_OVERFLOW: return "argument buffer overflow";
|
case EAI_OVERFLOW: return "argument buffer overflow";
|
||||||
#endif
|
|
||||||
#ifdef EAI_PROTOCOL
|
#ifdef EAI_PROTOCOL
|
||||||
case EAI_PROTOCOL: return "resolved protocol is unknown";
|
case EAI_PROTOCOL: return "resolved protocol is unknown";
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user