established back login from command line
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13343 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -1108,16 +1108,16 @@ int handleCmdLine(int argc, char **argv)
|
||||
|
||||
if (try_login)
|
||||
{
|
||||
/*
|
||||
irr::core::stringw s;
|
||||
Online::CurrentUser::SignInRequest* request =
|
||||
Online::CurrentUser::acquire()->requestSignIn(login, password, false);
|
||||
request->setManageMemory(true);
|
||||
Online::CurrentUser::acquire()->requestSignIn(login, password, false, false);
|
||||
Online::CurrentUser::release();
|
||||
Online::HTTPManager::get()->synchronousRequest(request);
|
||||
|
||||
if (request->isSuccess())
|
||||
{
|
||||
Log::info("Main", "Logged in from command line.");
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user