mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
updatectl: fix DBus method signature for SetFeatureEnabled
The signature was changed to 'sit' in sysupdated during review, but updatectl kept using 'sbt'
This commit is contained in:
parent
1ea1a79aa1
commit
0ae6f4843e
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user