mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
oops. make this actually work as intended....
This commit is contained in:
parent
7c512439b2
commit
4a2dcd904c
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user