oops. make this actually work as intended....
This commit is contained in:
@@ -54,7 +54,7 @@ void setspent(void)
|
|||||||
if (shadow) {
|
if (shadow) {
|
||||||
rewind(shadow);
|
rewind(shadow);
|
||||||
} else {
|
} else {
|
||||||
shadow = bb_xfopen(SHADOW_FILE, "r");
|
shadow = bb_xfopen(bb_path_shadow_file, "r");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user