Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeletePasswordJob with KWallet does not delete, but creates an empty entry instead #199

Closed
Vogtinator opened this issue Sep 21, 2021 · 0 comments

Comments

@Vogtinator
Copy link

I discovered this while looking at owncloud/client#9064

My theory is that

nextReply = iface->removeEntry( handle, q->service(), key, q->service() );
is never reached because mode is always either Text or Binary. That's a bug which owncloud-client could only work around by just not attempting to delete keys unfortunately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant