[PATCH] dhcprelay

Jesse Dutton jessedutton at gmail.com
Fri Sep 22 17:49:28 UTC 2006


On 9/22/06, walter harms <wharms at bfs.de> wrote:
> +               i = select(max_socket + 1, &rfds, NULL, NULL, &tv);
> +               if (select(max_socket + 1, &rfds, NULL, NULL, &tv) > 0){
>
> why 2 select() ?
>
Whoops! Some debug code managed to leak in. I'll take out the first
select and send a new patch when I get into the office.

-Jesse



More information about the busybox mailing list