mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-16 05:49:53 +02:00
Almost ready for distribution...
This commit is contained in:
@ -75,6 +75,7 @@ static int global_skip(lua_State *L) {
|
||||
* Unloads the library
|
||||
\*-------------------------------------------------------------------------*/
|
||||
static int global_unload(lua_State *L) {
|
||||
(void) L;
|
||||
sock_close();
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user