From 88d7d97c0d7d2eea873c09b7b1c646dff74e7ac4 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Fri, 30 Jul 2021 21:04:33 +0200 Subject: [PATCH] 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. --- src/device.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/device.c b/src/device.c index c375640..f8469b1 100644 --- a/src/device.c +++ b/src/device.c @@ -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); }