From: Abderrahim Kitouni Date: Tue, 26 Nov 2024 10:55:33 +0000 (+0100) Subject: updatectl: fix DBus method signature for SetFeatureEnabled X-Git-Tag: v257-rc3~23 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=0ae6f4843e16798e91d1b1da76973398922729b8;p=systemd%2F.git updatectl: fix DBus method signature for SetFeatureEnabled The signature was changed to 'sit' in sysupdated during review, but updatectl kept using 'sbt' --- diff --git a/src/sysupdate/updatectl.c b/src/sysupdate/updatectl.c index 7cfccb66f4..6cb7c6fbf1 100644 --- a/src/sysupdate/updatectl.c +++ b/src/sysupdate/updatectl.c @@ -1414,7 +1414,7 @@ static int verb_enable(int argc, char **argv, void *userdata) { "SetFeatureEnabled", &error, /* reply= */ NULL, - "sbt", + "sit", *feature, (int) enable, UINT64_C(0));