The logging module now contains a local copy of cfg too.
[sgt/putty] / unix / uxplink.c
index 295e80b..1565076 100644 (file)
@@ -544,7 +544,7 @@ int main(int argc, char **argv)
     /*
      * Start up the connection.
      */
-    logctx = log_init(NULL);
+    logctx = log_init(NULL, &cfg);
     {
        char *error;
        char *realhost;