1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

I broke compilation. Sorry.

This commit is contained in:
Pavel Machek
2000-03-26 21:31:57 +00:00
parent 8c86f96fa6
commit 6480dd0880
2 changed files with 2 additions and 2 deletions

View File

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