Merge "Fix a warning in if_indextoname.c."

This commit is contained in:
Elliott Hughes 2014-07-01 18:59:46 +00:00 committed by Gerrit Code Review
commit dc42d7ff6b

View File

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