diff options
Diffstat (limited to 'remoting/client/simple_client.cc')
-rw-r--r-- | remoting/client/simple_client.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/client/simple_client.cc b/remoting/client/simple_client.cc index 7672ec3..85561bd 100644 --- a/remoting/client/simple_client.cc +++ b/remoting/client/simple_client.cc @@ -116,7 +116,7 @@ int main(int argc, char** argv) { std::string username; std::string auth_token; - if (!remoting::GetLoginInfo(&host_jid, &username, &auth_token)) { + if (!remoting::GetLoginInfo(argc, argv, &host_jid, &username, &auth_token)) { std::cerr << "Cannot get valid login info." << std::endl; return 1; } |