From: Jelle van der Waa Date: Wed, 4 Jun 2025 13:38:53 +0000 (+0200) Subject: importctl: correct argument comment X-Git-Tag: v258-rc1~375^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1f7712348812bc8faa39bdfdd1cde5033c63155;p=thirdparty%2Fsystemd.git importctl: correct argument comment --- diff --git a/src/import/importctl.c b/src/import/importctl.c index bc80bc3290c..e555b2f770a 100644 --- a/src/import/importctl.c +++ b/src/import/importctl.c @@ -204,7 +204,7 @@ static int transfer_image_common(sd_bus *bus, sd_bus_message *m) { bus, &slot_log_message, "org.freedesktop.import1", - /* object_path= */ NULL, + /* path= */ NULL, "org.freedesktop.import1.Transfer", "LogMessage", match_log_message, @@ -217,7 +217,7 @@ static int transfer_image_common(sd_bus *bus, sd_bus_message *m) { bus, &slot_progress_update, "org.freedesktop.import1", - /* object_path= */ NULL, + /* path= */ NULL, "org.freedesktop.import1.Transfer", "ProgressUpdate", match_progress_update,