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 _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
