Hi, Daniel

It seems that identification is broken in libfprint libusb-1.0 branch. Here's 
fix in attachment ;)

Regards
Vasily
From b1f4e8b21f4789cf596936302d8c78bf61926838 Mon Sep 17 00:00:00 2001
From: Vasily Khoruzhick <[EMAIL PROTECTED]>
Date: Wed, 5 Mar 2008 22:15:32 +0200
Subject: [PATCH] Fixed fp_identify_finger_img didn't return result of operation


Signed-off-by: Vasily Khoruzhick <[EMAIL PROTECTED]>
---
 libfprint/sync.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libfprint/sync.c b/libfprint/sync.c
index 87c033a..61557eb 100644
--- a/libfprint/sync.c
+++ b/libfprint/sync.c
@@ -474,6 +474,7 @@ API_EXPORTED int fp_identify_finger_img(struct fp_dev *dev,
 	else
 		fp_img_free(idata->img);
 
+	r = idata->result;
 	switch (idata->result) {
 	case FP_VERIFY_NO_MATCH:
 		fp_dbg("result: no match");
-- 
1.5.4.2

_______________________________________________
fprint mailing list
[email protected]
http://lists.reactivated.net/mailman/listinfo/fprint

Reply via email to