[1555] in Kerberos-V5-bugs
rdist v6.1 and KRB5
daemon@ATHENA.MIT.EDU (John Stewart)
Tue Jul 18 15:41:13 1995
To: krb5-bugs@MIT.EDU
Date: Tue, 18 Jul 1995 12:40:55 -0700
From: John Stewart <jns@cisco.com>
Here is the call that is causing the failure with rdist v6
krshd.c line 1152:
if (select(8*sizeof(ready), &ready, (fd_set *)0,
(fd_set *)0, (struct timeval *)0) < 0)
break;
When rdistd is running, this is what causes the failure. This is the
core of the problems -- I'll continue to review but would appreciate
comments back.
--J