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:
@@ -819,6 +819,7 @@ void doit(struct sockaddr_in *who)
|
|||||||
ourpty = getpty(&ptynum);
|
ourpty = getpty(&ptynum);
|
||||||
if (ourpty < 0)
|
if (ourpty < 0)
|
||||||
fatal(net, "All network ports in use");
|
fatal(net, "All network ports in use");
|
||||||
|
set_utid();
|
||||||
#else
|
#else
|
||||||
for (;;) {
|
for (;;) {
|
||||||
char *lp;
|
char *lp;
|
||||||
|
Reference in New Issue
Block a user