Skip to content

service: Fix secret_service_ensure_session_finish error propagation

Jan Alexander Steffens requested to merge heftig/libsecret:fix-hang into master

The condition checking g_task_is_valid was inverted, resulting in errors being ignored.

Move the check to a g_return_val_if_fail to be in line with all other uses of g_task_is_valid.

Fixes https://bugs.archlinux.org/task/63666

Merge request reports