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:
Benjamin Berg
2021-04-29 14:12:19 +02:00
committed by Benjamin Berg
parent 4d5e2775b2
commit 657fe85c25

View File

@@ -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 ();