From d4ddedf3b1f3cc193a10a420f38ccbd21a97f7b6 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 14 Oct 2025 19:48:14 -0500 Subject: [PATCH] config.cpp --- src/config.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.cpp b/src/config.cpp index c8479e06..327e0281 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -144,6 +144,7 @@ Config::Config() xattr(XAttr::ENUM::PASSTHROUGH), _initialized(false) { + _map["foo"] = &foo; _map["allow-idmap"] = &allow_idmap; _map["async_read"] = &async_read; _map["auto_cache"] = &auto_cache;