We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79460b6 commit 340e637Copy full SHA for 340e637
lib/luasocket.c
@@ -301,7 +301,6 @@ static int luasocket_receive(lua_State *L)
301
return unlikely(from) ? luasocket_pushaddr(L, (struct sockaddr_storage *)msg.msg_name) + 1 : 1;
302
}
303
304
-
305
/***
306
* Binds the socket to a local address.
307
* This is typically used on the server side before calling `listen()` or on
0 commit comments