commit | 7f9593753a194c3d3db79f803f68d2ebaf98cd12 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Tue Apr 14 08:06:59 2009 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Tue Apr 14 08:06:59 2009 +0000 |
tree | 53248c85f42e075a371bb71b9e066f398e6baa50 | |
parent | b024f8da8fad7ffd9bc5e63ed947bf6bd35fac3e [diff] [blame] |
randomconfig fixes
diff --git a/libbb/update_passwd.c b/libbb/update_passwd.c index 3294348..35b89a5 100644 --- a/libbb/update_passwd.c +++ b/libbb/update_passwd.c
@@ -224,8 +224,10 @@ } if (changed_lines == 0) { - if (ENABLE_FEATURE_DEL_USER_FROM_GROUP && member) +#if ENABLE_FEATURE_DEL_USER_FROM_GROUP + if (member) bb_error_msg("can't find %s in %s", member, filename); +#endif if ((ENABLE_ADDUSER || ENABLE_ADDGROUP) && applet_name[0] == 'a' && !member ) {