Forgot to initialise ssh->portfwds to NULL. Unusually, this was
[sgt/putty] / config.c
index 59140db..0704da3 100644 (file)
--- a/config.c
+++ b/config.c
@@ -1600,7 +1600,7 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist,
                     dlg_stdeditbox_handler,
                     I(offsetof(Config,ssh_rekey_time)),
                     I(-1));
-       ctrl_editbox(s, "Max data before rekey (0 for no limit)", 'd', 20,
+       ctrl_editbox(s, "Max data before rekey (0 for no limit)", 'x', 20,
                     HELPCTX(ssh_kex_repeat),
                     dlg_stdeditbox_handler,
                     I(offsetof(Config,ssh_rekey_data)),