delete filesystem copy ctr to prevent misuse

This commit is contained in:
Green Sky 2020-10-15 23:24:09 +02:00
parent 8c72f4cc36
commit b162686901

View File

@ -43,6 +43,7 @@ class FilesystemService : public Service {
const bool try_mount_base = true,
const std::vector<std::tuple<std::string, std::string, bool>>& try_mount_list = {}
);
FilesystemService(FilesystemService&) = delete; // hui
~FilesystemService(void);