]> git.pld-linux.org Git - packages/virt-manager.git/blob - virt-manager-close-nc-connection-on-EOF.patch
- BR: gettext-devel, perl-tools-pod
[packages/virt-manager.git] / virt-manager-close-nc-connection-on-EOF.patch
1 --- src/virtManager/console.py.orig     2009-12-10 12:16:57.000000000 +0100
2 +++ src/virtManager/console.py  2009-12-10 12:19:46.209300762 +0100
3 @@ -506,7 +506,7 @@
4          if username:
5              argv += ['-l', username]
6  
7 -        argv += [ server, "nc", vncaddr, str(vncport) ]
8 +        argv += [ server, "nc", "-q", "0", vncaddr, str(vncport) ]
9  
10          logging.debug("Creating SSH tunnel: %s" % argv)
11  
This page took 0.049637 seconds and 3 git commands to generate.