1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-13 17:17:37 -05:00

Fix "-v" in the Windows console utilities (plink, pscp, psftp).

I'm not convinced I've done this the right way (I've introduced a static for
logctx in console.c) but it will do for now.

[originally from svn r2674]
This commit is contained in:
Jacob Nevins
2003-01-21 19:18:06 +00:00
parent 30347e5313
commit 36f133b374
5 changed files with 13 additions and 0 deletions

View File

@ -548,6 +548,7 @@ int main(int argc, char **argv)
}
logctx = log_init(NULL, &cfg);
back->provide_logctx(backhandle, logctx);
console_provide_logctx(logctx);
sfree(realhost);
}
connopen = 1;