mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-29 12:02:11 +00:00
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
Block a user