diff --git a/src/mergerfs_webui.cpp b/src/mergerfs_webui.cpp index 6887da73..f6067df8 100644 --- a/src/mergerfs_webui.cpp +++ b/src/mergerfs_webui.cpp @@ -198,7 +198,7 @@ _get_mounts(const httplib::Request &req_, { json obj; - if(::_valid_fs_type(mount.type)) + if(not ::_valid_fs_type(mount.type)) continue; obj["path"] = mount.dir;