diff --git a/src/config.cpp b/src/config.cpp index 263021b3..4aa0792f 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -230,6 +230,7 @@ Config::Config() _map["read-thread-count"] = &fuse_read_thread_count; _map["process-thread-count"] = &fuse_process_thread_count; _map["process-thread-queue-depth"] = &fuse_process_thread_queue_depth; + _map["uid"] = &uid; _map["version"] = &version; _map["xattr"] = &xattr; }