diff --git a/ircd/fs.cc b/ircd/fs.cc index a2c71c133..c9f562ce2 100644 --- a/ircd/fs.cc +++ b/ircd/fs.cc @@ -211,7 +211,7 @@ bool ircd::fs::exists(const std::string &path) try { - return fs::exists(path); + return boost::filesystem::exists(path); } catch(const fs::filesystem_error &e) {