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

Commit 7b98b666 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 20738 into donut

* changes:
  Fix a bug in getSocketError() in VpnService.
parents c22e0c80 0daf9d06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -466,7 +466,7 @@ abstract class VpnService<E extends VpnProfile> implements Serializable {
            for (DaemonProxy s : mDaemonList) {
                switch (getResultFromSocket(s)) {
                    case 0:
                        return 0;
                        continue;

                    case AUTH_ERROR_CODE:
                        return VpnManager.VPN_ERROR_AUTH;