mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00: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