Somewhat changed the way utmpx entries are created. It should now work

on both Solaris and IRIX, without stale login information.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@556 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-06-04 01:01:27 +00:00
parent 25ca6f8007
commit b5b14c7bf0

View File

@@ -819,6 +819,7 @@ void doit(struct sockaddr_in *who)
ourpty = getpty(&ptynum);
if (ourpty < 0)
fatal(net, "All network ports in use");
set_utid();
#else
for (;;) {
char *lp;