hotssh r33 - trunk/hotssh



Author: walters
Date: Thu Jul 24 13:18:02 2008
New Revision: 33
URL: http://svn.gnome.org/viewvc/hotssh?rev=33&view=rev

Log:
Actually use connection sharing again for async check


Modified:
   trunk/hotssh/sshwindow.py

Modified: trunk/hotssh/sshwindow.py
==============================================================================
--- trunk/hotssh/sshwindow.py	(original)
+++ trunk/hotssh/sshwindow.py	Thu Jul 24 13:18:02 2008
@@ -657,6 +657,7 @@
         _logger.debug("performing check for %s", host)
         del self.__host_monitor_ids[host]
         cmd = list(get_base_sshcmd())
+        cmd.extend(get_connection_sharing_args())
         starttime = time.time()
         # This is a hack.  Blame Adam Jackson.
         cmd.extend(['-oBatchMode=true', host, 'uptime'])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]