From b5f3255400c9495770b90443ec0e3769d3b37a88 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 9 Sep 2025 23:31:49 -0500 Subject: [PATCH] state.hpp --- src/state.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state.hpp b/src/state.hpp index eaf70bc7..67f4aeb6 100644 --- a/src/state.hpp +++ b/src/state.hpp @@ -57,7 +57,7 @@ private: public: OpenFileMap open_files; - int root_fd; + int root_fd = -1; }; extern State state;