diff options
| author | paco <paco@voltanet.io> | 2018-06-19 10:40:56 +0200 |
|---|---|---|
| committer | paco <paco@voltanet.io> | 2018-06-19 10:40:56 +0200 |
| commit | 6d10727ac13e5b80c3d5f8b42acf17cebb3f9d5a (patch) | |
| tree | d6cbf6a8295df6c4e414331c69df515666e8d5a8 /eigrpd/eigrp_update.c | |
| parent | ed892e530d2d20706973759fa81a90041d82b466 (diff) | |
eigrpd, lib, tests, vtysh: security (cppcheck)
Signed-off-by: F. Aragon <paco@voltanet.io>
Diffstat (limited to 'eigrpd/eigrp_update.c')
| -rw-r--r-- | eigrpd/eigrp_update.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eigrpd/eigrp_update.c b/eigrpd/eigrp_update.c index a3080136b5..e0142f6b32 100644 --- a/eigrpd/eigrp_update.c +++ b/eigrpd/eigrp_update.c @@ -757,7 +757,6 @@ static void eigrp_update_send_GR_part(struct eigrp_neighbor *nbr) prefixes = nbr->nbr_gr_prefixes_send; send_prefixes = 0; - length = EIGRP_HEADER_LEN; /* if there already were last packet chunk, we won't continue */ if (nbr->nbr_gr_packet_type == EIGRP_PACKET_PART_LAST) |
