1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 12:02:47 -05:00

Log file tinkering: copy Event Log entries into the SSH packet log,

so that when people send us a packet log they never forget to send
the Event Log alongside it :-)

[originally from svn r1960]
This commit is contained in:
Simon Tatham
2002-09-15 13:21:32 +00:00
parent 9164a7b176
commit 994aee285f
3 changed files with 31 additions and 10 deletions

View File

@ -3705,6 +3705,8 @@ void logevent(char *string)
char timebuf[40];
time_t t;
log_eventlog(string);
if (nevents >= negsize) {
negsize += 64;
events = srealloc(events, negsize * sizeof(*events));