1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Make this compile again.

[originally from svn r2570]
This commit is contained in:
Ben Harris 2003-01-12 15:42:24 +00:00
parent d119b784f8
commit 282aee7545

View File

@ -182,12 +182,12 @@ void log_reconfig(void *handle, Config *cfg)
reset_logging = FALSE;
if (reset_logging)
logfclose(logctx);
logfclose(ctx);
ctx->cfg = *cfg; /* STRUCTURE COPY */
if (reset_logging)
logfopen(logctx);
logfopen(ctx);
}
/*