mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
synaptics: Don't pass always-NULL value
No need to pass "error" to this report function, it will always be NULL.
This commit is contained in:
@@ -635,7 +635,7 @@ verify_msg_cb (FpiDeviceSynaptics *self,
|
|||||||
else if (resp->result == BMKT_FP_NO_MATCH)
|
else if (resp->result == BMKT_FP_NO_MATCH)
|
||||||
{
|
{
|
||||||
fp_info ("Print didn't match");
|
fp_info ("Print didn't match");
|
||||||
fpi_device_verify_report (device, FPI_MATCH_FAIL, NULL, error);
|
fpi_device_verify_report (device, FPI_MATCH_FAIL, NULL, NULL);
|
||||||
verify_complete_after_finger_removal (self);
|
verify_complete_after_finger_removal (self);
|
||||||
}
|
}
|
||||||
else if (resp->result == BMKT_FP_DATABASE_NO_RECORD_EXISTS)
|
else if (resp->result == BMKT_FP_DATABASE_NO_RECORD_EXISTS)
|
||||||
|
|||||||
Reference in New Issue
Block a user