mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
device: Remove incorrect comment about delaying verify-no-match result
We report a verify-match/verify-no-match immediately to the user. The comment is not accurate.
This commit is contained in:
@ -1348,8 +1348,6 @@ match_cb (FpDevice *device,
|
||||
cancelled = g_cancellable_is_cancelled (priv->current_cancellable);
|
||||
matched = match != NULL && cancelled == FALSE;
|
||||
|
||||
/* No-match is reported only after the operation completes.
|
||||
* This avoids problems when the operation is immediately restarted. */
|
||||
report_verify_status (rdev, matched, error);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user