1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-05-09 13:42:09 -05:00

Ported from trunk:

cvs up -j1.56 -j1.57 plink.c
  cvs up -j1.144 -j1.145 putty.h [svn diff -r1999:2000]
Remove "-log" option from Plink. AFAICT this code has been dead since Roman
Pompejus' improved logging (Jan 2001).

[originally from svn r2001]
This commit is contained in:
Jacob Nevins 2002-10-07 17:44:25 +00:00
parent 7ae0dbde80
commit 6f88743f23
2 changed files with 0 additions and 3 deletions

View File

@ -291,8 +291,6 @@ int main(int argc, char **argv)
continue;
} else if (!strcmp(p, "-batch")) {
console_batch_mode = 1;
} else if (!strcmp(p, "-log")) {
logfile = "putty.log";
}
} else if (*p) {
if (!*cfg.host) {

View File

@ -132,7 +132,6 @@ GLOBAL unsigned char unitab_ctrl[256];
#define LGTYP_ASCII 1 /* logmode: pure ascii */
#define LGTYP_DEBUG 2 /* logmode: all chars of traffic */
#define LGTYP_PACKETS 3 /* logmode: SSH data packets */
GLOBAL char *logfile;
/*
* Window handles for the dialog boxes that can be running during a