gzrtp module does not use zrtp_cache.dat

This commit is contained in:
Juha Heinanen
2022-08-28 15:58:32 +03:00
parent 247be49c66
commit 95e051ccb4

View File

@ -783,7 +783,7 @@ object Utils {
fun unZip(zipFilePath: String): Boolean {
val allFiles = listOf("accounts", "calls", "config", "contacts", "messages", "uuid",
"zrtp_cache.dat", "gzrtp_zid", "cert.pem", "ca_cert", "ca_certs.crt")
"gzrtp_zid", "cert.pem", "ca_cert", "ca_certs.crt")
val zipFiles = mutableListOf<String>()
try {
ZipFile(zipFilePath).use { zip ->