mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-12 18:13:50 -05:00
r7265 broke the legacy `putty @sessionname' construction, which I
wouldn't care about except for the fact that it's still used to implement the Saved Sessions menu item in PuTTY and Pageant. [originally from svn r7291] [r7265 == 5d76e00dac9220e8798e4d0f17a4069a58ae1667]
This commit is contained in:
parent
f634340275
commit
062b5ab3e4
@ -397,6 +397,7 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show)
|
||||
if (!cfg_launchable(&cfg) && !do_config()) {
|
||||
cleanup_exit(0);
|
||||
}
|
||||
loaded_session = TRUE; /* allow it to be launched directly */
|
||||
} else if (*p == '&') {
|
||||
/*
|
||||
* An initial & means we've been given a command line
|
||||
|
Loading…
x
Reference in New Issue
Block a user