mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
Make this compile again.
[originally from svn r2570]
This commit is contained in:
parent
d119b784f8
commit
282aee7545
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user