mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-04-21 10:00:44 +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:
parent
c1dc3f1394
commit
4efa0d4878
1 changed files with 0 additions and 1 deletions
|
|
@ -72,7 +72,6 @@ static void enroll_result(GObject *object, const char *result, gboolean done, vo
|
|||
g_print("Enroll result: %s\n", result);
|
||||
if (done != FALSE)
|
||||
*enroll_completed = TRUE;
|
||||
*enroll_completed = TRUE;
|
||||
}
|
||||
|
||||
static void do_enroll(DBusGProxy *dev)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue