summaryrefslogtreecommitdiff
path: root/netfs/daemon/daemonFile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'netfs/daemon/daemonFile.cpp')
-rw-r--r--netfs/daemon/daemonFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/netfs/daemon/daemonFile.cpp b/netfs/daemon/daemonFile.cpp
index 65a418f..e8201c0 100644
--- a/netfs/daemon/daemonFile.cpp
+++ b/netfs/daemon/daemonFile.cpp
@@ -45,7 +45,7 @@ FileServer::close(const Ice::Current & ice)
if (::close(fd) != 0) {
throw NetFS::SystemError(errno);
}
- ice.adapter->remove(ice.id);
+ ice.adapter->removeAllFacets(ice.id);
}
NetFS::Buffer