On Wed, Jan 26, 2011 at 2:23 PM, Tito <[email protected]> wrote:
> Hi,
> in id.c maybe I've found a minor bug.
>
>                } else if (n < 0) { /* error in get_groups() */
> -                       if (!ENABLE_DESKTOP)
> +                       if (ENABLE_DESKTOP)
>                                bb_error_msg_and_die("can't get groups");
>                        else
>                                return EXIT_FAILURE;
>                }

Applied, thanks!
-- 
vda
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to