authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-04-25 21:15:39 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-04-25 21:15:39 -07:00
log1a7c4e85025b8fff061f78ff34f7524bbed2722d
treeadc44e1cdc2703141884ed08cb6b7735348cf146
parentaf18634753b3671d998ad6064e1f6c3ad9bbc6eb
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

deinit_thread: forgot to unset this boolean


1 files changed, 1 insertions(+), 0 deletions(-)

src/mod.zig+1
...@@ -26,6 +26,7 @@ pub fn init_thread(dir: ?nfs.Dir) !void {...@@ -26,6 +26,7 @@ pub fn init_thread(dir: ?nfs.Dir) !void {
2626
27pub fn deinit_thread() void {27pub fn deinit_thread() void {
28 impl.deinit_thread();28 impl.deinit_thread();
29 started = false;
29}30}
3031
31pub inline fn trace(src: std.builtin.SourceLocation, comptime fmt: []const u8, args: anytype) Ctx {32pub inline fn trace(src: std.builtin.SourceLocation, comptime fmt: []const u8, args: anytype) Ctx {