mirror of
https://github.com/systemd/systemd.git
synced 2025-08-24 09:49:49 +03:00
core/path: use escaped path in serialization
This commit is contained in:
@ -616,7 +616,7 @@ static int path_serialize(Unit *u, FILE *f, FDSet *fds) {
|
||||
(void) serialize_item_format(f, "path-spec", "%s %i %s",
|
||||
path_type_to_string(s->type),
|
||||
s->previous_exists,
|
||||
s->path);
|
||||
escaped);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user