diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-06-26 18:01:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-06-26 18:01:43 +0000 |
commit | f60d4b491afc83aec0085edfb70302a37f3df305 (patch) | |
tree | 094467f0f1e9d3a3ae8dcf62de5209bcb46ac3c0 /libpwdgrp | |
parent | 27cb6846d7951a6d5a9616aa845a58ff21d6f41e (diff) |
Oops.
Diffstat (limited to 'libpwdgrp')
-rw-r--r-- | libpwdgrp/shadow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpwdgrp/shadow.c b/libpwdgrp/shadow.c index 3a9c4b8d4..ed0ef0131 100644 --- 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"); } } |