We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bdd87 commit 53a24f4Copy full SHA for 53a24f4
include/maidsafe/session_handler.h
@@ -169,8 +169,8 @@ void SessionHandler<Session>::Login(authentication::UserCredentials&& user_crede
169
if (session_)
170
BOOST_THROW_EXCEPTION(MakeError(CommonErrors::invalid_parameter));
171
172
- Identity session_location{ detail::GetSessionLocation(*user_credentials_.keyword,
173
- *user_credentials_.pin) };
+ Identity session_location{ detail::GetSessionLocation(*user_credentials.keyword,
+ *user_credentials.pin) };
174
LOG(kVerbose) << "Session location: " << HexSubstr(session_location);
175
auto versions_future =
176
session_getter_->data_getter().GetVersions(MutableData::Name(session_location));
0 commit comments