mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-05-09 21:52:10 -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:
parent
7ae0dbde80
commit
6f88743f23
2
plink.c
2
plink.c
@ -291,8 +291,6 @@ int main(int argc, char **argv)
|
|||||||
continue;
|
continue;
|
||||||
} else if (!strcmp(p, "-batch")) {
|
} else if (!strcmp(p, "-batch")) {
|
||||||
console_batch_mode = 1;
|
console_batch_mode = 1;
|
||||||
} else if (!strcmp(p, "-log")) {
|
|
||||||
logfile = "putty.log";
|
|
||||||
}
|
}
|
||||||
} else if (*p) {
|
} else if (*p) {
|
||||||
if (!*cfg.host) {
|
if (!*cfg.host) {
|
||||||
|
1
putty.h
1
putty.h
@ -132,7 +132,6 @@ GLOBAL unsigned char unitab_ctrl[256];
|
|||||||
#define LGTYP_ASCII 1 /* logmode: pure ascii */
|
#define LGTYP_ASCII 1 /* logmode: pure ascii */
|
||||||
#define LGTYP_DEBUG 2 /* logmode: all chars of traffic */
|
#define LGTYP_DEBUG 2 /* logmode: all chars of traffic */
|
||||||
#define LGTYP_PACKETS 3 /* logmode: SSH data packets */
|
#define LGTYP_PACKETS 3 /* logmode: SSH data packets */
|
||||||
GLOBAL char *logfile;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Window handles for the dialog boxes that can be running during a
|
* Window handles for the dialog boxes that can be running during a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user