Of course, that cleanup I did earlier in which I rationalised all
[u/mdw/putty] / plink.c
diff --git a/plink.c b/plink.c
index 2ed3e03..7bd1f90 100644 (file)
--- a/plink.c
+++ b/plink.c
@@ -69,6 +69,7 @@ WSAEVENT netevent;
 
 static Backend *back;
 static void *backhandle;
+static Config cfg;
 
 int term_ldisc(Terminal *term, int mode)
 {
@@ -547,6 +548,7 @@ int main(int argc, char **argv)
        }
        logctx = log_init(NULL, &cfg);
        back->provide_logctx(backhandle, logctx);
+       console_provide_logctx(logctx);
        sfree(realhost);
     }
     connopen = 1;