1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-05-28 07:14:48 -05:00

Miloslav Cempirek Ing points out that we should return from

sessionsaver_handler after processing a one-click saved session
launch, to protect against accidentally calling dlg_end twice on the
same dialog.

[originally from svn r4779]
This commit is contained in:
Simon Tatham 2004-11-15 11:10:36 +00:00
parent 5a9af28200
commit 0e25120ed0

View File

@ -362,6 +362,7 @@ static void sessionsaver_handler(union control *ctrl, void *dlg,
dlg_end(dlg, 1);
} else
dlg_beep(dlg);
return;
}
/*