mirror of
https://github.com/sheumann/telnetd.git
synced 2024-11-22 16:31:27 +00:00
Add missing () to function invocation.
git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@132753 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
This commit is contained in:
parent
97005ca0b5
commit
5adbfa7aec
@ -439,7 +439,7 @@ clientstat(int code, int parm1, int parm2)
|
|||||||
useeditmode = 0;
|
useeditmode = 0;
|
||||||
if (tty_isediting())
|
if (tty_isediting())
|
||||||
useeditmode |= MODE_EDIT;
|
useeditmode |= MODE_EDIT;
|
||||||
if (tty_istrapsig)
|
if (tty_istrapsig())
|
||||||
useeditmode |= MODE_TRAPSIG;
|
useeditmode |= MODE_TRAPSIG;
|
||||||
if (tty_issofttab())
|
if (tty_issofttab())
|
||||||
useeditmode |= MODE_SOFT_TAB;
|
useeditmode |= MODE_SOFT_TAB;
|
||||||
|
Loading…
Reference in New Issue
Block a user