force first binding poll automatically -- someone will need it very soon!

This commit is contained in:
deraadt 1994-09-20 07:21:46 +00:00
parent 432a32dc33
commit a63af7d439
1 changed files with 3 additions and 1 deletions

View File

@ -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;