summaryrefslogtreecommitdiffstats
path: root/remoting/tools/runclient.py
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/tools/runclient.py')
-rwxr-xr-xremoting/tools/runclient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/tools/runclient.py b/remoting/tools/runclient.py
index 000b70e..17ba8da 100755
--- a/remoting/tools/runclient.py
+++ b/remoting/tools/runclient.py
@@ -37,7 +37,7 @@ authtoken = authinfo[1].rstrip()
# client attempting to connect.
print 'Host JID:', username + '/chromoting',
hostjid_suffix = raw_input()
-hostjid = username + '/chromoting' + hostjid_suffix
+hostjid = username + '/chromoting' + hostjid_suffix.upper()
command = []
command.append(client_path)