Add missing LZO error handling
This commit is contained in:
parent
d92b49dcfe
commit
50a458f151
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue