]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
updatectl: fix DBus method signature for SetFeatureEnabled
authorAbderrahim Kitouni <akitouni@gnome.org>
Tue, 26 Nov 2024 10:55:33 +0000 (11:55 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 26 Nov 2024 13:03:41 +0000 (22:03 +0900)
The signature was changed to 'sit' in sysupdated during review, but updatectl
kept using 'sbt'

src/sysupdate/updatectl.c

index 7cfccb66f47a318347dcfeea0afb6d956264c8ae..6cb7c6fbf19839d3e736aafb5cd99f803fc210aa 100644 (file)
@@ -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));