From 7566c0485a76c4abfa45db54a9582576d4887d21 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 2 Oct 2025 20:14:45 -0500 Subject: [PATCH] config.hpp --- src/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.hpp b/src/config.hpp index 0df616cf..f9291040 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -124,7 +124,7 @@ public: NFSOpenHack nfsopenhack; ConfigBOOL nullrw; Passthrough passthrough = Passthrough::ENUM::OFF; - ConfigINT passthrough_max_stack_depth = 1; + ConfigUINT passthrough_max_stack_depth = 1; ConfigBOOL parallel_direct_writes; ConfigGetPid pid; ConfigBOOL posix_acl;