projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27cb684
)
Oops.
author
Eric Andersen
<andersen@codepoet.org>
Thu, 26 Jun 2003 18:01:43 +0000
(18:01 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Thu, 26 Jun 2003 18:01:43 +0000
(18:01 -0000)
libpwdgrp/shadow.c
patch
|
blob
|
history
diff --git
a/libpwdgrp/shadow.c
b/libpwdgrp/shadow.c
index 3a9c4b8d4d8bacaf0c621312fd26985c32695b68..ed0ef01314ddc9a5a0fda63004777dedeeeee408 100644
(file)
--- a/
libpwdgrp/shadow.c
+++ b/
libpwdgrp/shadow.c
@@
-54,7
+54,7
@@
void setspent(void)
if (shadow) {
rewind(shadow);
} else {
- shadow =
=
bb_xfopen(SHADOW_FILE, "r");
+ shadow = bb_xfopen(SHADOW_FILE, "r");
}
}