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;