mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-05-07 05:18:11 +02:00
egismoc: avoid double finalization of cancelled tasks
This commit is contained in:
parent
21960019fc
commit
df004970f1
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ egismoc_wait_finger_ssm_done (FpiSsm *ssm,
|
|||
self->wait_finger_ssm = NULL;
|
||||
self->wait_finger_start = 0;
|
||||
|
||||
if (error)
|
||||
if (error && g_strcmp0 (error->message, "Operation was cancelled") != 0)
|
||||
fpi_device_action_error (device, error);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue