From 212e5c0b5c36a87f3df61426d4e93949abb722aa Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 10 Feb 1996 20:00:39 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@243 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/telnetd/telnetd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/telnet/telnetd/telnetd.c b/appl/telnet/telnetd/telnetd.c index c70f915f4..7173a974e 100644 --- a/appl/telnet/telnetd/telnetd.c +++ b/appl/telnet/telnetd/telnetd.c @@ -1611,7 +1611,7 @@ recv_ayt() { #if defined(SIGINFO) && defined(TCSIG) if (slctab[SLC_AYT].sptr && *slctab[SLC_AYT].sptr != _POSIX_VDISABLE) { - (void) ioctl(pty, TCSIG, (char *)SIGINFO); + (void) ioctl(ourpty, TCSIG, (char *)SIGINFO); return; } #endif