diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-04-17 15:46:33 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-04-17 15:46:33 +0100 |
commit | 1972d591a79e5e988f71ac2ed3525f1720ad9612 (patch) | |
tree | 926aa6c2c00f59ec061fd86e46d80d66d073b846 /netfs/unittests/mockFuse.cpp | |
parent | Prevent passing null user resolver due to premature move (diff) | |
download | netfs-1972d591a79e5e988f71ac2ed3525f1720ad9612.tar.bz2 netfs-1972d591a79e5e988f71ac2ed3525f1720ad9612.tar.xz netfs-1972d591a79e5e988f71ac2ed3525f1720ad9612.zip |
Rename underscore named variables
Diffstat (limited to 'netfs/unittests/mockFuse.cpp')
-rw-r--r-- | netfs/unittests/mockFuse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netfs/unittests/mockFuse.cpp b/netfs/unittests/mockFuse.cpp index b283d7b..5f28c95 100644 --- a/netfs/unittests/mockFuse.cpp +++ b/netfs/unittests/mockFuse.cpp @@ -25,7 +25,7 @@ FuseMock::connectToService() } if (!service) { - Lock(_lock); + Lock(mutex); std::string addr = fcr->ServiceIdentity + ":" + testEndpoint; service = Ice::checkedCast<NetFS::ServicePrx>(ic->stringToProxy(addr)); if (!service) { |