mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-12-25 06:29:14 +01:00
Seems good.
This commit is contained in:
@@ -347,5 +347,7 @@ const char *sock_strerror(void) {
|
||||
}
|
||||
|
||||
const char *sock_geterr(p_sock ps, int code) {
|
||||
(void) ps;
|
||||
(void) code;
|
||||
return sock_strerror();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user