Daemon, Mapper: move-assign the Path objects

This commit is contained in:
Max Kellermann
2013-10-01 18:50:12 +02:00
parent a2ce2447a6
commit 0e0be0243b
2 changed files with 3 additions and 3 deletions

View File

@@ -226,7 +226,7 @@ daemonize_init(const char *user, const char *group, Path &&_pidfile)
}
pidfile = _pidfile;
pidfile = std::move(_pidfile);
}
void