Don't error out when trying to remove a password that isn't stored.

Review Request #901 — Created Aug. 23, 2021 and submitted

Information

pidgin/pidgin
default

Reviewers

Both wincred and secretservice return an error if you try to delete a password
that they don't know about. We don't care about this scenario and just want to
make sure the password is gone, so we changed the expected behavior to be as
such and updated wincred and secret service for the change.

I also fixed the NULL deference which is how I stumbled across the issue in the
first place.
  • Verfied the issue was fixed in secretservice.
  • Verfied the issue didn't exist in kwallet.
Summary ID
Don't error out when trying to remove a password that isn't stored.
Both wincred and secretservice return an error if you try to delete a password that they don't know about. We don't care about this scenario and just want to make sure the password is gone, so we changed the expected behavior to be as such and updated wincred and secret service for the change. I also fixed the NULL deference which is how I stumbled across the issue in the first place.
22d0892e22cae4a29fba0ec5a202302bd0f5e102
Description From Last Updated

we

QuLogicQuLogic
QuLogic
  1. Ship It!
  2. 
      
grim
grim
Review request changed

Status: Closed (submitted)

Loading...