summaryrefslogtreecommitdiff
path: root/netfs/unittests/mockFuse.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-04-26 00:33:37 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2022-04-26 00:33:51 +0100
commit1c3bee2495a505e12949ab72fbf6a17f9c2db049 (patch)
treec1e4598205d2b3f16280f47d21ea617b3afc0b68 /netfs/unittests/mockFuse.cpp
parentBreaking: remove unused reqenv from ftruncate and fgetattr (diff)
downloadnetfs-1c3bee2495a505e12949ab72fbf6a17f9c2db049.tar.bz2
netfs-1c3bee2495a505e12949ab72fbf6a17f9c2db049.tar.xz
netfs-1c3bee2495a505e12949ab72fbf6a17f9c2db049.zip
Support getting daemon settings into the client.
Unused as yet.
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 5f28c95..35bc61d 100644
--- a/netfs/unittests/mockFuse.cpp
+++ b/netfs/unittests/mockFuse.cpp
@@ -31,6 +31,7 @@ FuseMock::connectToService()
if (!service) {
throw std::runtime_error("Invalid service proxy: " + testEndpoint);
}
+ daemonSettings = service->getSettings();
}
}