| Index: chromeos/login/auth/extended_authenticator.cc
|
| diff --git a/chromeos/login/auth/extended_authenticator.cc b/chromeos/login/auth/extended_authenticator.cc
|
| index 7a99d72dbc9d3ce47a12d417d8f9deb10b665c00..0b814395cb1dc4d8d6c95e907aee1c158ac54f9b 100644
|
| --- a/chromeos/login/auth/extended_authenticator.cc
|
| +++ b/chromeos/login/auth/extended_authenticator.cc
|
| @@ -89,7 +89,7 @@ void ExtendedAuthenticator::CreateMount(
|
| mount.create_keys.push_back(keys[i]);
|
| }
|
| UserContext context(user_id);
|
| - Key key(keys.front().key);
|
| + Key key(keys.front().secret);
|
| key.SetLabel(keys.front().label);
|
| context.SetKey(key);
|
|
|
|
|