summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAbderrahim Kitouni <akitouni@gnome.org>2024-11-26 11:55:33 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-11-26 14:03:41 +0100
commit0ae6f4843e16798e91d1b1da76973398922729b8 (patch)
tree790ba01a4200b89580250dc05129e415d2ab5b33 /src
parentRevert "Revert "man: use MIT-0 license for example codes in daemon(7)"" (diff)
downloadsystemd-0ae6f4843e16798e91d1b1da76973398922729b8.tar.xz
systemd-0ae6f4843e16798e91d1b1da76973398922729b8.zip
updatectl: fix DBus method signature for SetFeatureEnabled
The signature was changed to 'sit' in sysupdated during review, but updatectl kept using 'sbt'
Diffstat (limited to 'src')
-rw-r--r--src/sysupdate/updatectl.c2
1 files changed, 1 insertions, 1 deletions
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));