]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Decouple X socket opening from x11_init().
authorSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:05:04 +0000 (14:05 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:05:04 +0000 (14:05 +0000)
commit01085358e43e662935598f588914867a731e963e
tree7c3be6ee02e41b6517ff3ba54096c1e00e78335b
parent961503e449be3c456dc2f3af1cafd38de5efe519
Decouple X socket opening from x11_init().

Now we wait to open the socket to the X server until we've seen the
authorisation data. This prepares us to do something else with the
channel if we see different auth data, which will come up in
connection sharing.

[originally from svn r10078]
ssh.c
ssh.h
x11fwd.c