]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - settings.c
`make mostlyclean', to remove everything directly Halibut-generated
[PuTTY.git] / settings.c
index 3c4c73e33386866f6cb004336da1cc7186e5d0bd..5040fa25e585bd056b938a85ca2eeaaaf1d4c3a9 100644 (file)
@@ -464,6 +464,7 @@ void load_open_settings(void *sesskey, int do_host, Config *cfg)
     cfg->ssh_subsys = 0;              /* FIXME: load this properly */
     cfg->remote_cmd_ptr = NULL;
     cfg->remote_cmd_ptr2 = NULL;
+    cfg->ssh_nc_host[0] = '\0';
 
     if (do_host) {
        gpps(sesskey, "HostName", "", cfg->host, sizeof(cfg->host));