* commit '94f8beb7e3450204bb117ca2301c1769a9b76dc2': Fix a warning in if_indextoname.c.
This commit is contained in:
commit
eae0d91dd5
@ -41,7 +41,6 @@
|
||||
char*
|
||||
if_indextoname(unsigned ifindex, char *ifname)
|
||||
{
|
||||
int index;
|
||||
int ctl_sock;
|
||||
struct ifreq ifr;
|
||||
char* ret = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user