mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-18 03:20:59 -05:00
Make this compile again.
[originally from svn r2570]
This commit is contained in:
@ -182,12 +182,12 @@ void log_reconfig(void *handle, Config *cfg)
|
|||||||
reset_logging = FALSE;
|
reset_logging = FALSE;
|
||||||
|
|
||||||
if (reset_logging)
|
if (reset_logging)
|
||||||
logfclose(logctx);
|
logfclose(ctx);
|
||||||
|
|
||||||
ctx->cfg = *cfg; /* STRUCTURE COPY */
|
ctx->cfg = *cfg; /* STRUCTURE COPY */
|
||||||
|
|
||||||
if (reset_logging)
|
if (reset_logging)
|
||||||
logfopen(logctx);
|
logfopen(ctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user