aboutsummaryrefslogtreecommitdiff
path: root/src/net.c
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2025-10-15 16:50:46 -0500
committeramelia squires <[email protected]>2025-10-15 16:50:46 -0500
commitb94f6d148193f91cab50d16e2873095827b89b1b (patch)
treef550bd912cdd4c5469cec1ac320cb9c874df3476 /src/net.c
parent8c2893be56c10af0a696282386b49fdb3c1e4a81 (diff)
better errors and docs
Diffstat (limited to 'src/net.c')
-rw-r--r--src/net.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net.c b/src/net.c
index 71168c0..36b37b9 100644
--- a/src/net.c
+++ b/src/net.c
@@ -1057,7 +1057,8 @@ net_end:
}
parray_lclear(paths);
- luaI_error(L, 0, "close eventfd signal");
+ lua_pushnil(L);
+ return 1;
}
//TODO reformat all of this code and the structs (use more common/generic ones)