From 4f4bffaab919e72707900b3cafa5deac585bbecc Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Sun, 1 May 1983 15:24:39 -0800 Subject: [PATCH] from pugs@sun SCCS-vsn: sbin/routed/input.c 4.3 --- usr/src/sbin/routed/input.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/sbin/routed/input.c b/usr/src/sbin/routed/input.c index c4c7085776..0d4034f978 100644 --- a/usr/src/sbin/routed/input.c +++ b/usr/src/sbin/routed/input.c @@ -1,5 +1,5 @@ #ifndef lint -static char sccsid[] = "@(#)input.c 4.2 %G%"; +static char sccsid[] = "@(#)input.c 4.3 %G%"; #endif /* @@ -53,7 +53,7 @@ rip_input(from, size) if (newsize > 0) { msg->rip_cmd = RIPCMD_RESPONSE; newsize += sizeof (int); - (*afp->af_output)(s, from, newsize); + (*afp->af_output)(s, 0, from, newsize); } return; -- 2.20.1