virtual-device-storage: Actually clear storage when requested
This commit is contained in:
parent
992a207ede
commit
439223cac3
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue