When giving authorisation errors from the proxy code in x11fwd.c,
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 23 Apr 2009 17:39:36 +0000 (17:39 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 23 Apr 2009 17:39:36 +0000 (17:39 +0000)
commit42704c978b868f9c1a6b9f94580ab57162d55def
tree11d799ef11f8585290df93b6492c995ab0d5f3b6
parent09d133f3aa04b42a52ae13fd4ba25e80bee5ebf0
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: svn://svn.tartarus.org/sgt/putty@8501 cda61777-01e9-0310-a592-d414129be87e
pscp.c
psftp.c
x11fwd.c