From ed2dd6874a905769c5cfc080333ab0b12f9a9fe8 Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 24 Jul 2025 02:32:37 -0500 Subject: errors and then,, yknow fix them --- src/net/lua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/lua.c') diff --git a/src/net/lua.c b/src/net/lua.c index ba9a204..d6bba65 100644 --- a/src/net/lua.c +++ b/src/net/lua.c @@ -75,7 +75,7 @@ int l_send(lua_State* L){ } else i_write_header(L, header, &resp, content, len); - int a = send(client_fd, resp->c, resp->len, MSG_NOSIGNAL); + send(client_fd, resp->c, resp->len, MSG_NOSIGNAL); // lua_pushstring(L, "client_fd"); -- cgit v1.2.3