projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ea1a79
)
updatectl: fix DBus method signature for SetFeatureEnabled
author
Abderrahim Kitouni
<akitouni@gnome.org>
Tue, 26 Nov 2024 10:55:33 +0000
(11:55 +0100)
committer
Yu 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
patch
|
blob
|
history
diff --git
a/src/sysupdate/updatectl.c
b/src/sysupdate/updatectl.c
index 7cfccb66f47a318347dcfeea0afb6d956264c8ae..6cb7c6fbf19839d3e736aafb5cd99f803fc210aa 100644
(file)
--- 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,
- "s
b
t",
+ "s
i
t",
*feature,
(int) enable,
UINT64_C(0));