mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
vfs5011: Don't submit an image if there was an error capturing it
This commit is contained in:
committed by
Vasily Khoruzhick
parent
4bfee76ead
commit
69de32f700
@@ -747,8 +747,7 @@ static void activate_loop_complete(struct fpi_ssm *ssm)
|
||||
if (data->init_sequence.receive_buf != NULL)
|
||||
g_free(data->init_sequence.receive_buf);
|
||||
data->init_sequence.receive_buf = NULL;
|
||||
/* We don't want to submit image if we're in deactivating process */
|
||||
if (!data->deactivating) {
|
||||
if (!data->deactivating && !r) {
|
||||
submit_image(ssm, data);
|
||||
fpi_imgdev_report_finger_status(dev, FALSE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user