]> asedeno.scripts.mit.edu Git - PuTTY.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)
commitc7ac5745ab6cc8580dc0de914319d2c99c4a3d1e
tree11d799ef11f8585290df93b6492c995ab0d5f3b6
parent74baacffa38725284c9cd8e3d327bcf9cebf5c4b
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.)

[originally from svn r8501]
pscp.c
psftp.c
x11fwd.c