verify: Use fast matching callback also for non-storage devices

This commit is contained in:
Marco Trevisan (Treviño) 2020-06-17 14:14:35 +02:00
parent a5f4ad507a
commit 37b19674f1

View file

@ -256,7 +256,7 @@ start_verification (FpDevice *dev, VerifyData *verify_data)
g_print ("Print loaded. Time to verify!\n");
fp_device_verify (dev, verify_print, verify_data->cancellable,
NULL, NULL, NULL,
on_match_cb, verify_data, NULL,
(GAsyncReadyCallback) on_verify_completed,
verify_data);
}