This commit is contained in:
Eric Andersen 2003-06-26 18:01:43 +00:00
parent 27cb6846d7
commit f60d4b491a

View File

@ -54,7 +54,7 @@ void setspent(void)
if (shadow) {
rewind(shadow);
} else {
shadow == bb_xfopen(SHADOW_FILE, "r");
shadow = bb_xfopen(SHADOW_FILE, "r");
}
}