From: ben Date: Sun, 12 Jan 2003 15:42:24 +0000 (+0000) Subject: Make this compile again. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/4512d432b3e9cd880789982bc6fa7fcc57e97fa3 Make this compile again. git-svn-id: svn://svn.tartarus.org/sgt/putty@2570 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/logging.c b/logging.c index c4b43558..b8091bfd 100644 --- a/logging.c +++ b/logging.c @@ -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); } /*