force first binding poll automatically -- someone will need it very soon!
This commit is contained in:
parent
432a32dc33
commit
a63af7d439
|
@ -31,7 +31,7 @@
|
|||
*/
|
||||
|
||||
#ifndef LINT
|
||||
static char rcsid[] = "$Id: ypbind.c,v 1.11 1994/07/16 11:50:58 ws Exp $";
|
||||
static char rcsid[] = "$Id: ypbind.c,v 1.12 1994/09/20 07:21:46 deraadt Exp $";
|
||||
#endif
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -375,6 +375,8 @@ char **argv;
|
|||
ypbindlist->dom_vers);
|
||||
(void)unlink(path);
|
||||
|
||||
checkwork();
|
||||
|
||||
width = getdtablesize();
|
||||
while(1) {
|
||||
fdsr = svc_fdset;
|
||||
|
|
Loading…
Reference in New Issue