summaryrefslogtreecommitdiffstats
path: root/src/portable/portable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/portable/portable.c')
-rw-r--r--src/portable/portable.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/portable/portable.c b/src/portable/portable.c
index ed7eac0291..a96a944ad1 100644
--- a/src/portable/portable.c
+++ b/src/portable/portable.c
@@ -710,9 +710,7 @@ static int install_chroot_dropin(
IN_SET(type, IMAGE_DIRECTORY, IMAGE_SUBVOLUME) ? "RootDirectory=" : "RootImage=", image_path, "\n"
"Environment=PORTABLE=", basename(image_path), "\n"
"BindReadOnlyPaths=", os_release_source, ":/run/host/os-release\n"
- "LogExtraFields=PORTABLE=", basename(image_path), "\n",
- NULL))
-
+ "LogExtraFields=PORTABLE=", basename(image_path), "\n"))
return -ENOMEM;
}