commit | 06a111be6d3ccf44de545a084302c2085cbb07de | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Wed Oct 07 14:38:10 2009 -0400 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Oct 07 14:38:10 2009 -0400 |
tree | 69ff24a37302b717c1fd8eccb32cf072338be156 | |
parent | c0e34db16864e25946b288cb165ad833b62d3b18 [diff] | |
parent | a3151ad37cf99db798e681ee25e7ccf803833992 [diff] |
Merge change Ia3151ad3 into eclair * changes: Import revised translations. DO NOT MERGE
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();