]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - settings.c
When we're quoting user-interface text from PuTTY 0.51, we probably shouldn't
[PuTTY.git] / settings.c
index aa234fe6776b5267b1c783f860d5db1510e39a19..c48048646f3679e397112ecbf00797af684e3e65 100644 (file)
@@ -406,7 +406,7 @@ void load_open_settings(void *sesskey, int do_host, Config *cfg)
     char prot[10];
 
     cfg->ssh_subsys = 0;              /* FIXME: load this properly */
-    cfg->remote_cmd_ptr = cfg->remote_cmd;
+    cfg->remote_cmd_ptr = NULL;
     cfg->remote_cmd_ptr2 = NULL;
 
     if (do_host) {