Fix a warning in if_indextoname.c.

Change-Id: Ib6afe2a5452022f5c98ec28fd110d6b910dccdad
This commit is contained in:
Elliott Hughes 2014-07-01 11:13:25 -07:00
parent f573a52cf3
commit 49eb761306

View File

@ -41,7 +41,6 @@
char*
if_indextoname(unsigned ifindex, char *ifname)
{
int index;
int ctl_sock;
struct ifreq ifr;
char* ret = NULL;