summaryrefslogtreecommitdiffstats
path: root/proto/rip/rip.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/rip/rip.c')
-rw-r--r--proto/rip/rip.c5
1 files changed, 0 insertions, 5 deletions
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;