oops. make this actually work as intended....

This commit is contained in:
Eric Andersen 2003-06-26 23:55:55 +00:00
parent 7c512439b2
commit 4a2dcd904c

View File

@ -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");
}
}