]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
dbus-manager: correct argument comment
authorJelle van der Waa <jvanderwaa@redhat.com>
Sat, 17 May 2025 16:08:19 +0000 (18:08 +0200)
committerJelle van der Waa <jvanderwaa@redhat.com>
Wed, 21 May 2025 08:50:25 +0000 (10:50 +0200)
src/core/dbus-manager.c

index 24b08b1a5d3c4236b38cbc0f0ce71248949d3db9..6cb3777097e44cf03ba0ae9b66a8c06a04ad962d 100644 (file)
@@ -1050,7 +1050,7 @@ static int transient_aux_units_from_message(
                 if (r < 0)
                         return r;
 
-                r = transient_unit_from_message(m, message, name, /* unit = */ NULL, error);
+                r = transient_unit_from_message(m, message, name, /* ret_unit = */ NULL, error);
                 if (r < 0)
                         return r;