diff options
Diffstat (limited to 'term/users.c')
-rw-r--r-- | term/users.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/term/users.c b/term/users.c index f0e6b019..b652400a 100644 --- a/term/users.c +++ b/term/users.c @@ -156,7 +156,7 @@ open_hook (struct trivfs_control *cntl, assert (! (termstate.c_oflag & OTILDE)); /* Assert DTR if necessary. */ - if ((termflags & NO_CARRIER) && !(termstate.c_cflag & CLOCAL)) + if (termflags & NO_CARRIER) { err = (*bottom->assert_dtr) (); if (err) |