From 50a458f1516b21040ad869d3bf461eefdbb1a62c Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Fri, 28 Jun 2019 10:23:52 +0200 Subject: [PATCH] Add missing LZO error handling --- Passepartout-iOS/Global/Theme+Cells.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Passepartout-iOS/Global/Theme+Cells.swift b/Passepartout-iOS/Global/Theme+Cells.swift index f883803f..758dc60b 100644 --- a/Passepartout-iOS/Global/Theme+Cells.swift +++ b/Passepartout-iOS/Global/Theme+Cells.swift @@ -111,7 +111,7 @@ extension SettingTableViewCell { case .encryptionInitialization, .encryptionData: disconnectionReason = L10n.Core.Vpn.Errors.encryption - case .serverCompression: + case .serverCompression, .lzo: disconnectionReason = L10n.Core.Vpn.Errors.compression case .networkChanged: