diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-04-26 00:33:37 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-04-26 00:33:51 +0100 |
commit | 1c3bee2495a505e12949ab72fbf6a17f9c2db049 (patch) | |
tree | c1e4598205d2b3f16280f47d21ea617b3afc0b68 /netfs/unittests/mockFuse.cpp | |
parent | Breaking: remove unused reqenv from ftruncate and fgetattr (diff) | |
download | netfs-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.cpp | 1 |
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(); } } |