mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-04 11:48:00 +02:00
device: Load the current finger print and not always the first print
In the garbage collection code we always ended up to load the first enrolled print, and this may lead to removing from device storage prints that are actually in use.
This commit is contained in:
parent
ab8dcfaa61
commit
b9cdb58a1a
1 changed files with 1 additions and 1 deletions
|
|
@ -1471,7 +1471,7 @@ try_delete_print (FprintDevice *rdev)
|
|||
guint index;
|
||||
|
||||
store.print_data_load (priv->dev,
|
||||
GPOINTER_TO_UINT (fingers->data),
|
||||
GPOINTER_TO_UINT (finger->data),
|
||||
username,
|
||||
&print);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue