1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Remove unused variables -- I'm not sure if these were ever actually used

This commit is contained in:
kris
2010-07-26 18:08:36 +00:00
parent ec2357f75d
commit 578a26e552

View File

@@ -416,14 +416,10 @@ Target *nexthost(HostGroupState *hs, TargetGroup *exclude_group,
int i;
struct sockaddr_storage ss;
size_t sslen;
struct intf_entry *ifentry;
u32 ifbuf[200] ;
struct route_nfo rnfo;
bool arpping_done = false;
struct timeval now;
ifentry = (struct intf_entry *) ifbuf;
ifentry->intf_len = sizeof(ifbuf); // TODO: May want to use a larger buffer if interface aliases prove important.
if (hs->next_batch_no < hs->current_batch_sz) {
/* Woop! This is easy -- we just pass back the next host struct */
return hs->hostbatch[hs->next_batch_no++];