diff options
Diffstat (limited to 'src/shared/path-lookup.c')
-rw-r--r-- | src/shared/path-lookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/path-lookup.c b/src/shared/path-lookup.c index 1a005970f2..6494210ee9 100644 --- a/src/shared/path-lookup.c +++ b/src/shared/path-lookup.c @@ -303,7 +303,7 @@ static int acquire_transient_dir( return -EOPNOTSUPP; if (tempdir) - transient = strjoin(tempdir, "/transient"); + transient = path_join(tempdir, "transient"); else if (scope == UNIT_FILE_SYSTEM) transient = strdup("/run/systemd/transient"); else |