From 36bbfc704c7d2153537751e24413db9b9c97bc58 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Mon, 19 Apr 1999 18:41:56 +0000 Subject: Updated filters: they now actually see IP/pxlen of net being filtered, gateway, and who told us, so they can do usefull jobs from now on. --- proto/rip/rip.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'proto/rip/rip.c') diff --git a/proto/rip/rip.c b/proto/rip/rip.c index cfaaa4c..24d2e82 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -69,11 +69,6 @@ rip_tx( sock *s ) return; } - if (c->done) { - DBG( "looks like I'm done!\n" ); - return; - } - DBG( "Preparing packet to send: " ); packet->heading.command = RIPCMD_RESPONSE; -- cgit v1.2.3