commit | fad4a4c07ac11785999ab09682416d10a561c692 | [log] [tgz] |
---|---|---|
author | Hung-ying Tyan <tyanh@google.com> | Tue Oct 06 16:15:42 2009 +0800 |
committer | Hung-ying Tyan <tyanh@google.com> | Tue Oct 06 16:15:42 2009 +0800 |
tree | ebec0075b980f21ce2905e89360e8c6c9855204c | |
parent | a8f2f72da8693418f867de9c904eb250b7aae4ff [diff] |
Add L2tpIpsec case in VpnSettings.processSecrets()
diff --git a/src/com/android/settings/vpn/VpnSettings.java b/src/com/android/settings/vpn/VpnSettings.java index d0c6a89..d380375 100644 --- a/src/com/android/settings/vpn/VpnSettings.java +++ b/src/com/android/settings/vpn/VpnSettings.java
@@ -948,6 +948,7 @@ pskProfile.setPresharedKey(key); // pass through + case L2TP_IPSEC: case L2TP: L2tpProfile l2tpProfile = (L2tpProfile) p; key = KEY_PREFIX_L2TP_SECRET + p.getId();