summaryrefslogtreecommitdiff
authorDenys Vlasenko <vda.linux@googlemail.com>2015-10-12 02:06:18 (GMT)
committer Denys Vlasenko <vda.linux@googlemail.com>2015-10-12 02:06:18 (GMT)
commit5de450237cf7ec63faa6ab4e019f66e053324c49 (patch)
tree1bdb7e8662c7ca4feb7daacbb56872130053d303
parent57aeb62f837f40deafd8896d0ae49e5e51a8d795 (diff)
downloadbusybox-5de450237cf7ec63faa6ab4e019f66e053324c49.zip
busybox-5de450237cf7ec63faa6ab4e019f66e053324c49.tar.gz
busybox-5de450237cf7ec63faa6ab4e019f66e053324c49.tar.bz2
libpwdgrp: do not require that /etc/passwd entries have nonempty home and shell
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat
-rw-r--r--libpwdgrp/pwd_grp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpwdgrp/pwd_grp.c b/libpwdgrp/pwd_grp.c
index 3886fac..139b930 100644
--- a/libpwdgrp/pwd_grp.c
+++ b/libpwdgrp/pwd_grp.c
@@ -58,7 +58,7 @@ struct passdb {
* I = uid,gid, l = long maybe empty, m = members,
* r = reserved
*/
-#define PW_DEF "SsIIsSS"
+#define PW_DEF "SsIIsss"
#define GR_DEF "SsIm"
#define SP_DEF "Ssllllllr"