From 6480dd08803bc46bcd19b466ac6c499699d17448 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Sun, 26 Mar 2000 21:31:57 +0000 Subject: I broke compilation. Sorry. --- proto/rip/rip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/rip/rip.c') diff --git a/proto/rip/rip.c b/proto/rip/rip.c index 1ba1a24..f51773f 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -101,7 +101,7 @@ rip_tx_prepare(struct proto *p, ip_addr daddr, struct rip_block *b, struct rip_e b->pxlen = e->n.pxlen; #endif b->metric = htonl( e->metric ); - if (if_connected(e->whotoldme, rif->iface)) { + if (if_connected(&e->whotoldme, rif->iface)) { DBG( "(split horizon)" ); b->metric = htonl( P_CF->infinity ); } -- cgit v1.2.3