diff options
| author | cyberta <cyberta@riseup.net> | 2026-04-03 18:57:28 +0200 |
|---|---|---|
| committer | cyberta <cyberta@riseup.net> | 2026-04-03 18:57:28 +0200 |
| commit | 84279381be7466f3d9b53e3c13042b992d72ce8f (patch) | |
| tree | 5ec2f889fbcd290e2686b978b95c361c8234311f | |
| parent | 4c2a5b5e8b098cb41422f9de928454ef1ea2a17e (diff) | |
fix comment
| -rw-r--r-- | app/src/main/java/de/blinkt/openvpn/core/OpenVPNService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/java/de/blinkt/openvpn/core/OpenVPNService.java b/app/src/main/java/de/blinkt/openvpn/core/OpenVPNService.java index 73d3dca7..faa96349 100644 --- a/app/src/main/java/de/blinkt/openvpn/core/OpenVPNService.java +++ b/app/src/main/java/de/blinkt/openvpn/core/OpenVPNService.java @@ -393,7 +393,7 @@ public class OpenVPNService extends VpnService implements StateListener, Callbac // An old running VPN should now be exited mStarting = false; - // optionally start start obfsvpn and adapt openvpn config to the port obfsvpn is listening to + // optionally start obfsvpn and adapt openvpn config to the port obfsvpn is listening to Connection.TransportType transportType = connection.getTransportType(); if (mProfile.usePluggableTransports() && transportType.isPluggableTransport()) { try { |
