summaryrefslogtreecommitdiff
path: root/init/mount_handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'init/mount_handler.cpp')
-rw-r--r--init/mount_handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/mount_handler.cpp b/init/mount_handler.cpp
index c8f0e7691..b0b63c585 100644
--- a/init/mount_handler.cpp
+++ b/init/mount_handler.cpp
@@ -121,7 +121,7 @@ MountHandler::MountHandler(Epoll* epoll) : epoll_(epoll), fp_(fopen("/proc/mount
}
MountHandler::~MountHandler() {
- if (fp_) epoll_->UnregisterHandler(fileno(fp_.get())).IgnoreError();
+ if (fp_) epoll_->UnregisterHandler(fileno(fp_.get()));
}
void MountHandler::MountHandlerFunction() {