diff options
Diffstat (limited to 'remoting/client/client_util.cc')
-rw-r--r-- | remoting/client/client_util.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/remoting/client/client_util.cc b/remoting/client/client_util.cc index 6d241ac..1f1d16a 100644 --- a/remoting/client/client_util.cc +++ b/remoting/client/client_util.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -61,6 +61,8 @@ bool GetLoginInfoFromArgs(int argc, char** argv, ClientConfig* config) { !found_auth_token) return false; + NOTIMPLEMENTED() << "Nonce ignored."; + config->host_jid = host_jid; config->username = username; config->auth_token = auth_token; |