Daemon, Mapper: move-assign the Path objects
This commit is contained in:
@@ -226,7 +226,7 @@ daemonize_init(const char *user, const char *group, Path &&_pidfile)
|
||||
}
|
||||
|
||||
|
||||
pidfile = _pidfile;
|
||||
pidfile = std::move(_pidfile);
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user