simon-svn: putty: simon
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Sun Nov 17 14:05:23 GMT 2013
SVN root: svn://svn.tartarus.org/sgt
Changes by: simon
Revision: 10081
Date: 2013-11-17 14:05:23 +0000 (Sun, 17 Nov 2013)
Log message (7 lines):
Get rid of the error-return mechanism from x11_init.
Now that it doesn't actually make a network connection because that's
deferred until after the X authorisation exchange, there's no point in
having it return an error message and write the real output through a
pointer argument. Instead, we can just have it return xconn directly
and simplify the call sites.
Modified files:
U putty/ssh.c
U putty/ssh.h
U putty/x11fwd.c
Links:
http://svn.tartarus.org/sgt/?rev=10081&view=rev
http://svn.tartarus.org/sgt/putty/ssh.c?rev=10081&r1=10080&r2=10081
http://svn.tartarus.org/sgt/putty/ssh.h?rev=10081&r1=10080&r2=10081
http://svn.tartarus.org/sgt/putty/x11fwd.c?rev=10081&r1=10080&r2=10081
More information about the tartarus-commits
mailing list