commit | 4a2dcd904c4326ee7fd6e349d0e04e500756f977 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Thu Jun 26 23:55:55 2003 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Thu Jun 26 23:55:55 2003 +0000 |
tree | 4799721d3f3c3198b03362cd9dfbcaf8dde31252 | |
parent | 7c512439b238dab2c6944085ae906c630bd3ff40 [diff] |
oops. make this actually work as intended....
diff --git a/libpwdgrp/shadow.c b/libpwdgrp/shadow.c index ed0ef01..9e218f9 100644 --- a/libpwdgrp/shadow.c +++ b/libpwdgrp/shadow.c
@@ -54,7 +54,7 @@ if (shadow) { rewind(shadow); } else { - shadow = bb_xfopen(SHADOW_FILE, "r"); + shadow = bb_xfopen(bb_path_shadow_file, "r"); } }