forked from r00t2/gosecret
1
0
Fork 0

fix(items): SetSecret fix

Signed-off-by: lord <lord@no_email>
This commit is contained in:
lord 2024-03-24 11:29:32 -04:00
parent aa8aef4ccf
commit 92805347c3
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ func (i *Item) SetSecret(secret *Secret) (err error) {
var call *dbus.Call

if call = i.Dbus.Call(
DbusItemSetSecret, 0,
DbusItemSetSecret, 0, secret,
); call.Err != nil {
err = call.Err
return