mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-14 00:14:16 +09:00
device: Add missing CLEAR_STORAGE to fpi_device_action_error
This was missed in the previous commit that added the support.
This commit is contained in:
committed by
Benjamin Berg
parent
4d5e2775b2
commit
657fe85c25
@@ -768,6 +768,10 @@ fpi_device_action_error (FpDevice *device,
|
||||
fpi_device_list_complete (device, NULL, error);
|
||||
break;
|
||||
|
||||
case FPI_DEVICE_ACTION_CLEAR_STORAGE:
|
||||
fpi_device_clear_storage_complete (device, error);
|
||||
break;
|
||||
|
||||
default:
|
||||
case FPI_DEVICE_ACTION_NONE:
|
||||
g_return_if_reached ();
|
||||
|
||||
Reference in New Issue
Block a user