tdeioslave media: fixed update of mime type on encrypted CD/DVD devices caused by missing

udev events. Note: not sure if the bug was only specific to VirtualBox
"iso" CD/DVD or general for any CD/DVD. In any case this fix is required
if using LUKS encrytped .iso files with TDE running inside VirtualBox.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/35/head
Michele Calgaro 5 years ago
parent 6c48adfd2e
commit ebc4784c4f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1409,6 +1409,7 @@ TQStringVariantMap TDEBackend::unlock(const TQString &id, const TQString &passwo
}
}
ResetProperties(sdevice, false, true);
result["result"] = unlockResult["unlockedDevice"];
result["result"] = true;
return result;

Loading…
Cancel
Save