diff options
author | paul <paul> | 2008-03-13 03:28:13 +0000 |
---|---|---|
committer | paul <paul> | 2008-03-13 03:28:13 +0000 |
commit | ad3d3d392079ccf49efb6d375d40a2edbc80a534 (patch) | |
tree | e16fbdabcb3237c8b685b88be47f8626a2dad458 /ripd/rip_interface.c | |
parent | 3c220840d7a3d62497a45ff77ee01a87e6023e8d (diff) | |
download | quagga-ad3d3d392079ccf49efb6d375d40a2edbc80a534.tar.bz2 quagga-ad3d3d392079ccf49efb6d375d40a2edbc80a534.tar.xz |
[ripd] remove unnecessary 0 entries from struct message's
2008-03-13 Paul Jakma <paul.jakma@sun.com>
* 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.
Diffstat (limited to 'ripd/rip_interface.c')
-rw-r--r-- | ripd/rip_interface.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ripd/rip_interface.c b/ripd/rip_interface.c index c8a1a84f..b6d9240f 100644 --- a/ripd/rip_interface.c +++ b/ripd/rip_interface.c @@ -55,7 +55,6 @@ struct message ri_version_msg[] = {RI_RIP_VERSION_1, "1"}, {RI_RIP_VERSION_2, "2"}, {RI_RIP_VERSION_1_AND_2, "1 2"}, - {0, NULL} }; extern struct zebra_privs_t ripd_privs; |