am 1cd02cac: am c0e34db1: Merge change Ifad4a4c0 into eclair

Merge commit '1cd02caccd4aa5b70ae342de386a21255cf9bed7' into eclair-mr2-plus-aosp

* commit '1cd02caccd4aa5b70ae342de386a21255cf9bed7':
  Add L2tpIpsec case in VpnSettings.processSecrets()
This commit is contained in:
Hung-ying Tyan
2009-10-07 11:52:17 -07:00
committed by Android Git Automerger

View File

@@ -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();