mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-29 16:24:03 -05:00
Remove shadowed variable
This commit is contained in:
parent
5c333467b3
commit
21db94c5dc
@ -1299,7 +1299,6 @@ static int setup_interface(struct hostapd_iface *iface)
|
|||||||
u8 *b = conf->bssid;
|
u8 *b = conf->bssid;
|
||||||
int freq;
|
int freq;
|
||||||
size_t j;
|
size_t j;
|
||||||
int ret = 0;
|
|
||||||
u8 *prev_addr;
|
u8 *prev_addr;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -1433,7 +1432,7 @@ static int setup_interface(struct hostapd_iface *iface)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
return ret;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user