* sys_term.c (startslave): Get rid of extra argument in call to
authorEzra Peisach <epeisach@mit.edu>
Mon, 23 Jul 2001 21:50:37 +0000 (21:50 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 23 Jul 2001 21:50:37 +0000 (21:50 +0000)
        getptyslave().

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13625 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/telnet/telnetd/ChangeLog
src/appl/telnet/telnetd/sys_term.c

index abbf6df65c788c7513ae319097b8d68dc99732dd..c86d1a40aeddae4abfe748bf211ee0003845002f 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-23  Ezra Peisach  <epeisach@mit.edu>
+
+       * sys_term.c (startslave): Get rid of extra argument in call to
+       getptyslave().
+
 2001-07-06  Ezra Peisach  <epeisach@mit.edu>
 
        * sys_term.c (addarg): Cast char to long in indexing array.
index 16c66e4ca8c297291d03f44db64c15d6501a30f7..c302dccd7efcb09a2ae64beaa0549690332ba70e 100644 (file)
@@ -1115,7 +1115,7 @@ startslave(host, autologin, autoname)
                
                pty_update_utmp (PTY_LOGIN_PROCESS, getpid(), "LOGIN", line,
                                 host, PTY_TTYSLOT_USABLE);
-               getptyslave(autologin);
+               getptyslave();
 
                /* Notify our parent we're ready to continue.*/
                write(syncpipe[1],"y",1);