GNOME Bugzilla – Bug 687979
dbus: Handle empty secrets correctly
Last modified: 2012-11-12 07:31:28 UTC
We were doing a critical when an empty secret was returned from the store and returning a failure. Having a null value returned from gck_session_wrap_key_full() is not an error.
Created attachment 228552 [details] [review] dbus: Handle empty secrets correctly * Don't assume an error occurred when retrieving an empty secret from the store.
Attachment 228552 [details] pushed as ac2df1e - dbus: Handle empty secrets correctly