virtual-device-storage: Actually clear storage when requested

This commit is contained in:
Benjamin Berg 2021-04-29 17:59:52 +02:00 committed by Benjamin Berg
parent 992a207ede
commit 439223cac3

View file

@ -174,6 +174,8 @@ dev_clear_storage (FpDevice *dev)
return;
}
g_hash_table_remove_all (vdev->prints_storage);
fpi_device_clear_storage_complete (dev, NULL);
}