mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Remove unreferenced local variable.
This commit is contained in:
parent
ab71991279
commit
9562171e86
1 changed files with 0 additions and 1 deletions
|
|
@ -172,7 +172,6 @@ route_loop_getipforwardtable2(GETIPFORWARDTABLE2 GetIpForwardTable2,
|
|||
|
||||
for (i = 0; i < r->ipftable2->NumEntries; i++) {
|
||||
MIB_IPFORWARD_ROW2 *row;
|
||||
char buf[100];
|
||||
|
||||
row = &r->ipftable2->Table[i];
|
||||
addr_ston((struct sockaddr *) &row->DestinationPrefix.Prefix, &entry.route_dst);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue