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:
parent
4d5e2775b2
commit
657fe85c25
1 changed files with 4 additions and 0 deletions
|
@ -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 ();
|
||||
|
|
Loading…
Reference in a new issue