mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
Fixed fp_identify_finger_img didn't return result of operation
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
This commit is contained in:
committed by
Daniel Drake
parent
07a42d5f91
commit
647d140834
@@ -474,6 +474,7 @@ API_EXPORTED int fp_identify_finger_img(struct fp_dev *dev,
|
|||||||
else
|
else
|
||||||
fp_img_free(idata->img);
|
fp_img_free(idata->img);
|
||||||
|
|
||||||
|
r = idata->result;
|
||||||
switch (idata->result) {
|
switch (idata->result) {
|
||||||
case FP_VERIFY_NO_MATCH:
|
case FP_VERIFY_NO_MATCH:
|
||||||
fp_dbg("result: no match");
|
fp_dbg("result: no match");
|
||||||
|
|||||||
Reference in New Issue
Block a user