From f92daf0a9e6af97d379a51e7f1934babd3a5d60b Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 2 Oct 2025 20:15:55 -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 f9291040..0df616cf 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -124,7 +124,7 @@ public: NFSOpenHack nfsopenhack; ConfigBOOL nullrw; Passthrough passthrough = Passthrough::ENUM::OFF; - ConfigUINT passthrough_max_stack_depth = 1; + ConfigINT passthrough_max_stack_depth = 1; ConfigBOOL parallel_direct_writes; ConfigGetPid pid; ConfigBOOL posix_acl;