summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted/mrinfo.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-07-10 16:13:05 +0000
committerwollman <wollman@FreeBSD.org>1995-07-10 16:13:05 +0000
commitc0e94734e2b051cf70c06a120c3d727c31237bcb (patch)
tree623e83746264960f677c6c74e47abd184caa0741 /usr.sbin/mrouted/mrinfo.c
parentae6523c0e56b8a74212d0ae29b9a90665a97064a (diff)
downloadFreeBSD-src-c0e94734e2b051cf70c06a120c3d727c31237bcb.zip
FreeBSD-src-c0e94734e2b051cf70c06a120c3d727c31237bcb.tar.gz
Patches to correct endianness bugs in mtrace and a few other little
problems. Submitted by: bill Fenner <fenner@parc.xerox.com>
Diffstat (limited to 'usr.sbin/mrouted/mrinfo.c')
-rw-r--r--usr.sbin/mrouted/mrinfo.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/mrouted/mrinfo.c b/usr.sbin/mrouted/mrinfo.c
index f4ccc86..15b0742 100644
--- a/usr.sbin/mrouted/mrinfo.c
+++ b/usr.sbin/mrouted/mrinfo.c
@@ -61,7 +61,7 @@
#ifndef lint
static char rcsid[] =
- "@(#) $Id: mrinfo.c,v 3.6 1995/06/25 19:05:34 fenner Exp $";
+ "@(#) $Id: mrinfo.c,v 1.6 1995/06/28 17:58:36 wollman Exp $";
/* original rcsid:
"@(#) Header: mrinfo.c,v 1.6 93/04/08 15:14:16 van Exp (LBL)";
*/
@@ -461,6 +461,8 @@ main(argc, argv)
ask(target_addr);
else
ask2(target_addr);
+ gettimeofday(&et, 0);
+ et.tv_sec += timeout;
continue;
}
recvlen = recvfrom(igmp_socket, recv_buf, RECV_BUF_SIZE,
OpenPOWER on IntegriCloud