1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-04 21:12:47 -05:00

Omit the conf_launchable check in pterm Duplicate Session.

It won't return true, because pterm's use of conf is a bit nonstandard
(it doesn't really bother about the protocol field, and has no use for
either host names _or_ serial port filenames). Was affecting both
gtkapp and gtkmain based builds.
This commit is contained in:
Simon Tatham
2016-03-27 14:10:06 +01:00
parent 031a65e44d
commit a8d466c0ea
4 changed files with 7 additions and 2 deletions

View File

@ -53,6 +53,7 @@ int cfgbox(Conf *conf)
static int got_host = 0;
const int use_event_log = 1, new_session = 1, saved_sessions = 1;
const int dup_check_launchable = 1;
int process_nonoption_arg(const char *arg, Conf *conf, int *allow_launch)
{