examples: Fix double device closing in manage-prints
The manage-prints command would close the device twice when the user hits an invalid number or 'n' and no prints need to be deleted. Simply remove the erroneous call to fix the issue.
This commit is contained in:
parent
1d1c39c234
commit
113bef8f3f
1 changed files with 0 additions and 3 deletions
|
@ -197,9 +197,6 @@ on_list_completed (FpDevice *dev,
|
||||||
list_data->ret_value = EXIT_SUCCESS;
|
list_data->ret_value = EXIT_SUCCESS;
|
||||||
else
|
else
|
||||||
g_warning ("Invalid finger selected");
|
g_warning ("Invalid finger selected");
|
||||||
|
|
||||||
fp_device_close (dev, NULL, (GAsyncReadyCallback) on_device_closed,
|
|
||||||
list_data);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue