diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2000-07-03 05:50:22 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2000-07-03 05:50:22 +0000 |
commit | 33f7e151e5b06d0692e3c69687d38241eed4460b (patch) | |
tree | 01fca94b0635f372013de2758fb9b9f2da2af56c | |
parent | 07fa35ce134f0db4619e4f6f624a73f734592b00 (diff) |
A little more select() reinitialization.
-rw-r--r-- | games/hunt/huntd/driver.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/hunt/huntd/driver.c b/games/hunt/huntd/driver.c index b23d3c77fe7..1145b67249f 100644 --- a/games/hunt/huntd/driver.c +++ b/games/hunt/huntd/driver.c @@ -1,4 +1,4 @@ -/* $OpenBSD: driver.c,v 1.8 2000/06/30 18:28:07 pjanzen Exp $ */ +/* $OpenBSD: driver.c,v 1.9 2000/07/03 05:50:21 pjanzen Exp $ */ /* $NetBSD: driver.c,v 1.5 1997/10/20 00:37:16 lukem Exp $ */ /* * Hunt @@ -263,6 +263,7 @@ again: log(LOG_WARNING, "select"); break; } + read_fds = Fds_mask; linger.tv_sec = conf_linger; linger.tv_usec = 0; } |