]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
When giving authorisation errors from the proxy code in x11fwd.c,
authorSimon Tatham <anakin@pobox.com>
Thu, 23 Apr 2009 17:39:36 +0000 (17:39 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 23 Apr 2009 17:39:36 +0000 (17:39 +0000)
commit2cb0d58c323e1ccc4e7e7cd2ccd382f7463914e8
tree11d799ef11f8585290df93b6492c995ab0d5f3b6
parent813b190aaaab75e78243f871a957c15c4307e063
When giving authorisation errors from the proxy code in x11fwd.c,
name the proxy using the global 'appname' variable, instead of
statically calling it PuTTY.

(Knock-on effect is that PSCP and PSFTP have to declare that
variable, though of course they shouldn't ever actually _use_ the X
forwarding code. Probably I ought to replace it with a stub
nox11fwd.c for those applications.)

git-svn-id: http://svn.tartarus.org/sgt/putty@8501 cda61777-01e9-0310-a592-d414129be87e
pscp.c
psftp.c
x11fwd.c