X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/f47a5ffbcffa2963f22151334975e89a7bb84d05..48c4dd7c4dd9619975ce069ad42896bbebea27c0:/windows/windlg.c diff --git a/windows/windlg.c b/windows/windlg.c index 65018b12..285691bf 100644 --- a/windows/windlg.c +++ b/windows/windlg.c @@ -632,7 +632,7 @@ int do_reconfig(HWND hwnd) backup_cfg = cfg; /* structure copy */ ctrlbox = ctrl_new_box(); - setup_config_box(ctrlbox, NULL, TRUE, cfg.protocol); + setup_config_box(ctrlbox, &sesslist, TRUE, cfg.protocol); win_setup_config_box(ctrlbox, &dp.hwnd, (help_path != NULL), TRUE); dp_init(&dp); winctrl_init(&ctrls_base);