mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
Fix stupidness in the fprintd-enroll
This fixes fprintd-enroll not working on devices that require more than one swipe.
This commit is contained in:
committed by
Daniel Drake
parent
c1dc3f1394
commit
4efa0d4878
@ -72,7 +72,6 @@ static void enroll_result(GObject *object, const char *result, gboolean done, vo
|
|||||||
g_print("Enroll result: %s\n", result);
|
g_print("Enroll result: %s\n", result);
|
||||||
if (done != FALSE)
|
if (done != FALSE)
|
||||||
*enroll_completed = TRUE;
|
*enroll_completed = TRUE;
|
||||||
*enroll_completed = TRUE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void do_enroll(DBusGProxy *dev)
|
static void do_enroll(DBusGProxy *dev)
|
||||||
|
|||||||
Reference in New Issue
Block a user