mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Removed unnecesary variable from l_list_interfaces() in nse_nmaplib.cc
This commit is contained in:
parent
dbe7a27698
commit
59b7ac706a
1 changed files with 1 additions and 1 deletions
|
|
@ -771,7 +771,7 @@ static int l_get_interface (lua_State *L)
|
|||
*/
|
||||
static int l_list_interfaces (lua_State *L)
|
||||
{
|
||||
int numifs = 0, numroutes = 0;
|
||||
int numifs = 0;
|
||||
struct interface_info *iflist;
|
||||
char errstr[256];
|
||||
errstr[0]='\0';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue