From 502ded521508a402910b2bf8f23f2e34f79f91cb Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 6 Dec 2003 16:41:11 +0000 Subject: Fix reporting of RIP socket errors. Thanks to Eric Leblond for the patch. --- proto/rip/rip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/rip') diff --git a/proto/rip/rip.c b/proto/rip/rip.c index 68f9f1c..392a687 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -79,7 +79,7 @@ static struct rip_interface *new_iface(struct proto *p, struct iface *new, unsig static void rip_tx_err( sock *s, int err ) { - struct rip_connection *c = s->data; + struct rip_connection *c = ((struct rip_interface *)(s->data))->busy; struct proto *p = c->proto; log( L_ERR "%s: Unexpected error at rip transmit: %M", P_NAME, err ); } -- cgit v1.2.3