summaryrefslogtreecommitdiff
path: root/netfs/unittests/mockFuse.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-05-07 00:34:02 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2022-05-07 00:34:02 +0100
commit20eb5b4204ab6fe42dd21beceb702956122d9915 (patch)
tree4679dc767a586f7ac381d163c1f8486a89ca9096 /netfs/unittests/mockFuse.cpp
parentAdd additional addition operators to safe for increment/pointers (diff)
downloadnetfs-20eb5b4204ab6fe42dd21beceb702956122d9915.tar.bz2
netfs-20eb5b4204ab6fe42dd21beceb702956122d9915.tar.xz
netfs-20eb5b4204ab6fe42dd21beceb702956122d9915.zip
Simplified and fixed up combined settings in fuseapp
Diffstat (limited to 'netfs/unittests/mockFuse.cpp')
-rw-r--r--netfs/unittests/mockFuse.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/netfs/unittests/mockFuse.cpp b/netfs/unittests/mockFuse.cpp
index 35bc61d..a1cf29b 100644
--- a/netfs/unittests/mockFuse.cpp
+++ b/netfs/unittests/mockFuse.cpp
@@ -32,6 +32,7 @@ FuseMock::connectToService()
throw std::runtime_error("Invalid service proxy: " + testEndpoint);
}
daemonSettings = service->getSettings();
+ combinedSettings = combineSettings(*daemonSettings, clientSettings);
}
}