Start at 0

This commit is contained in:
Scott Ullrich 2005-10-12 20:33:14 +00:00
parent f78d241293
commit 1132ff91ec

View File

@ -1296,7 +1296,6 @@ function get_next_available_bridge_interface() {
return $x;
}
}
$x++;
return $x;
}