X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Fuxpterm.c;h=5d0b5f55371f3d7cb5fb15cf42683d9e65061b33;hb=095072fa46b2d7b8beafaddb2f873d2f500a1e10;hp=0b848bc721f8eddeae15e63b4e20c6271c636c34;hpb=01778a2d546bb4cebe3a4e5a0bb227deda548182;p=PuTTY.git diff --git a/unix/uxpterm.c b/unix/uxpterm.c index 0b848bc7..5d0b5f55 100644 --- a/unix/uxpterm.c +++ b/unix/uxpterm.c @@ -10,6 +10,7 @@ const char *const appname = "pterm"; const int use_event_log = 0; /* pterm doesn't need it */ const int new_session = 0, saved_sessions = 0; /* or these */ +const int dup_check_launchable = 0; /* no need to check host name in conf */ const int use_pty_argv = TRUE; Backend *select_backend(Conf *conf)