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

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

Merge change Ifad4a4c0 into eclair

* changes:
  Add L2tpIpsec case in VpnSettings.processSecrets()
parents 98d76cc9 fad4a4c0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -948,6 +948,7 @@ public class VpnSettings extends PreferenceActivity implements
                pskProfile.setPresharedKey(key);
                // pass through

            case L2TP_IPSEC:
            case L2TP:
                L2tpProfile l2tpProfile = (L2tpProfile) p;
                key = KEY_PREFIX_L2TP_SECRET + p.getId();