mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
fp-device: Call identify device class method on identification
Identify on device was broken because we were calling verify device method on devices instead of the right one. Thank you unit tests! :)
This commit is contained in:
@@ -923,7 +923,7 @@ fp_device_identify (FpDevice *device,
|
||||
g_ptr_array_ref (prints),
|
||||
(GDestroyNotify) g_ptr_array_unref);
|
||||
|
||||
FP_DEVICE_GET_CLASS (device)->verify (device);
|
||||
FP_DEVICE_GET_CLASS (device)->identify (device);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user