commit | 1cb9f6181b9e4d370eb92b00c1aa545100879f4d | [log] [tgz] |
---|---|---|
author | lucaslin <lucaslin@google.com> | Thu Apr 21 14:28:57 2022 +0800 |
committer | lucaslin <lucaslin@google.com> | Fri Apr 22 09:28:05 2022 +0800 |
tree | da86d94b47c5015f22b9277cd0718c69b609934e | |
parent | a50c4137e3617594a81b5667e6c82a03af77bbbb [diff] |
Move mSessionKey into Ikev2VpnRunner and make it to be a final var mSessionKey is initialized in the constructor of Ikev2VpnRunner, move it into Ikev2VpnRunner and make it to be a final var can make sure that mSessionKey is initialized before someone access it. Test: atest FrameworksNetTests:VpnTest Change-Id: If7eb7e0ec8ab42b17a5636aeced65385e7849b6a