typo in id.c?

Gilles Espinasse g.esp at free.fr
Wed Jan 26 14:24:17 UTC 2011


Selon Tito <farmatito at tiscali.it>:

> 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;
> 		}
>
>
> ciao,
> Tito


Another issue.

Should really 'return EXIT_FAILURE' depend of ENABLE_DESKTOP?


Gilles


More information about the busybox mailing list