]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/dbus-service.c
tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)
[thirdparty/systemd.git] / src / core / dbus-service.c
index 6458ee5c121c45c5ffd361ae137f7754b114743a..a20d4b3b99a3956145c40d358d72a436792b6db7 100644 (file)
@@ -308,7 +308,7 @@ static int bus_service_set_transient_property(
                         if (!f)
                                 return -ENOMEM;
 
-                        fputs("ExecStart=\n", f);
+                        fputs_unlocked("ExecStart=\n", f);
 
                         LIST_FOREACH(command, c, s->exec_command[SERVICE_EXEC_START]) {
                                 _cleanup_free_ char *a;