aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-06-26 23:55:55 +0000
committerEric Andersen <andersen@codepoet.org>2003-06-26 23:55:55 +0000
commit4a2dcd904c4326ee7fd6e349d0e04e500756f977 (patch)
tree4799721d3f3c3198b03362cd9dfbcaf8dde31252 /libpwdgrp
parent7c512439b238dab2c6944085ae906c630bd3ff40 (diff)
downloadbusybox-4a2dcd904c4326ee7fd6e349d0e04e500756f977.tar.gz
oops. make this actually work as intended....
Diffstat (limited to 'libpwdgrp')
-rw-r--r--libpwdgrp/shadow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpwdgrp/shadow.c b/libpwdgrp/shadow.c
index ed0ef0131..9e218f96f 100644
--- a/libpwdgrp/shadow.c
+++ b/libpwdgrp/shadow.c
@@ -54,7 +54,7 @@ void setspent(void)
if (shadow) {
rewind(shadow);
} else {
- shadow = bb_xfopen(SHADOW_FILE, "r");
+ shadow = bb_xfopen(bb_path_shadow_file, "r");
}
}