Fix build.

This commit is contained in:
glebius 2006-01-23 20:10:49 +00:00
parent 1e87b34be9
commit 4bd286d870

View File

@ -858,7 +858,7 @@ ip_next_mtu(mtu, dir)
size = (sizeof mtutab) / (sizeof mtutab[0]);
if (dir >= 0) {
for (i = 0; i < size; i++) {
for (i = 0; i < size; i++)
if (mtu > mtutab[i])
return mtutab[i];
} else {