Fixed interface probing on Linux

This commit is contained in:
Pierre Pronchery 2006-10-29 17:49:35 +00:00
parent 5e88426204
commit 01dbfeddd3

View File

@ -335,7 +335,7 @@ static int _ifinfo_linux_append(struct ifinfo ** dev, char * buf, int nb)
(*dev)[nb].obytes = strtoll(q, &q, 10);
break;
default:
break;
continue;
}
if(*q != '\0')
return 1;