verify: Use fast matching callback also for non-storage devices
This commit is contained in:
parent
a5f4ad507a
commit
37b19674f1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue