Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d922d1bd authored by Takuo Kitame's avatar Takuo Kitame
Browse files

Fix process to generate command line arguments for openvpn.

It fixes CM issue#1466.
parent 648ab3ac
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -98,7 +98,8 @@ class OpenvpnService extends VpnService<OpenvpnProfile> {
            args.add("--comp-lzo");
        }
        if (p.getRedirectGateway()) {
            args.add("--redirect-gateway def1");
            args.add("--redirect-gateway");
            args.add("def1");
        }
        if (p.getUserAuth()) {
            args.add("--auth-user-pass");