diff options
author | marha <marha@users.sourceforge.net> | 2011-01-27 15:37:48 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-01-27 15:37:48 +0000 |
commit | aeca9fa80cbdf6e85f15e0c676b70f76c7ae6037 (patch) | |
tree | b889aadf63dfccb335fb48b65c98fa8bbc099ff1 /tools/plink/cmdline.c | |
parent | dc9d750132f95783d2db6fb8e08271fc0878576d (diff) | |
download | vcxsrv-aeca9fa80cbdf6e85f15e0c676b70f76c7ae6037.tar.gz vcxsrv-aeca9fa80cbdf6e85f15e0c676b70f76c7ae6037.tar.bz2 vcxsrv-aeca9fa80cbdf6e85f15e0c676b70f76c7ae6037.zip |
plink: updated to putty revision 9080
Diffstat (limited to 'tools/plink/cmdline.c')
-rw-r--r-- | tools/plink/cmdline.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/plink/cmdline.c b/tools/plink/cmdline.c index 6492132f1..aa376a053 100644 --- a/tools/plink/cmdline.c +++ b/tools/plink/cmdline.c @@ -172,6 +172,7 @@ int cmdline_process_param(char *p, char *value, int need_save, Config *cfg) * saved. */
do_defaults(value, cfg);
loaded_session = TRUE;
+ cmdline_session_name = dupstr(value);
return 2;
}
if (!strcmp(p, "-ssh")) {
|