From ce6ab03a273beb903731621153722511910ebbe5 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Thu, 13 Mar 2008 03:28:13 +0000 Subject: [ripd] remove unnecessary 0 entries from struct message's 2008-03-13 Paul Jakma * ripd.c/rip_interface.c: Remove 0 entries from rip_msg ri_version_msg struct message's, not needed with recent fixes to mes_lookup. --- ripd/ripd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ripd/ripd.c') diff --git a/ripd/ripd.c b/ripd/ripd.c index 75ac2159..c5e42705 100644 --- a/ripd/ripd.c +++ b/ripd/ripd.c @@ -84,7 +84,6 @@ struct message rip_msg[] = {RIP_TRACEOFF, "TRACEOFF"}, {RIP_POLL, "POLL"}, {RIP_POLL_ENTRY, "POLL ENTRY"}, - {0, NULL} }; /* Utility function to set boradcast option to the socket. */ -- cgit v1.2.1