auth - fprint - support any finger for auth instead of just first one

This commit is contained in:
Carsten Haitzler 2021-07-07 13:12:27 +01:00
parent 1fefd5aef9
commit 32e2825e93
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ _cb_verify_stop(void *data EINA_UNUSED, const Eldbus_Message *m EINA_UNUSED,
if (m2)
{
iter = eldbus_message_iter_get(m2);
eldbus_message_iter_basic_append(iter, 's', finger_name);
eldbus_message_iter_basic_append(iter, 's', "any");
eldbus_proxy_send(proxy_fprint_device, m2, _cb_verify_start, NULL, -1);
}
}