mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
verify: Use fast matching callback also for non-storage devices
This commit is contained in:
@@ -256,7 +256,7 @@ start_verification (FpDevice *dev, VerifyData *verify_data)
|
|||||||
|
|
||||||
g_print ("Print loaded. Time to verify!\n");
|
g_print ("Print loaded. Time to verify!\n");
|
||||||
fp_device_verify (dev, verify_print, verify_data->cancellable,
|
fp_device_verify (dev, verify_print, verify_data->cancellable,
|
||||||
NULL, NULL, NULL,
|
on_match_cb, verify_data, NULL,
|
||||||
(GAsyncReadyCallback) on_verify_completed,
|
(GAsyncReadyCallback) on_verify_completed,
|
||||||
verify_data);
|
verify_data);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user