diff options
| author | F. Aragon <paco@voltanet.io> | 2018-09-12 12:55:31 +0200 |
|---|---|---|
| committer | F. Aragon <paco@voltanet.io> | 2018-09-12 12:55:31 +0200 |
| commit | dc7204b77579fc5667c330a8917eb55e1829f2c9 (patch) | |
| tree | dff4ecb5b21dccbe24a39f54389bbc2fd0802b48 /pimd/pim_pim.c | |
| parent | 88f47ef36536a040b30652bc22c253e7c5bc1c2e (diff) | |
pimd ripd ripngd: variable shadowing fixes
Signed-off-by: F. Aragon <paco@voltanet.io>
Diffstat (limited to 'pimd/pim_pim.c')
| -rw-r--r-- | pimd/pim_pim.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pimd/pim_pim.c b/pimd/pim_pim.c index d5ee30fb2e..cf078064d8 100644 --- a/pimd/pim_pim.c +++ b/pimd/pim_pim.c @@ -573,8 +573,6 @@ int pim_msg_send(int fd, struct in_addr src, struct in_addr dst, ip->ip_len = htons(sendlen); if (PIM_DEBUG_PIM_PACKETS) { - struct pim_msg_header *header = - (struct pim_msg_header *)pim_msg; char dst_str[INET_ADDRSTRLEN]; pim_inet4_dump("<dst?>", dst, dst_str, sizeof(dst_str)); zlog_debug("%s: to %s on %s: msg_size=%d checksum=%x", |
