mirror of
https://git.busybox.net/busybox
synced 2026-02-07 20:50:26 +00:00
Oops.
This commit is contained in:
parent
27cb6846d7
commit
f60d4b491a
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ void setspent(void)
|
|||
if (shadow) {
|
||||
rewind(shadow);
|
||||
} else {
|
||||
shadow == bb_xfopen(SHADOW_FILE, "r");
|
||||
shadow = bb_xfopen(SHADOW_FILE, "r");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue