aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-06-26 18:01:43 +0000
committerEric Andersen <andersen@codepoet.org>2003-06-26 18:01:43 +0000
commitf60d4b491afc83aec0085edfb70302a37f3df305 (patch)
tree094467f0f1e9d3a3ae8dcf62de5209bcb46ac3c0 /libpwdgrp
parent27cb6846d7951a6d5a9616aa845a58ff21d6f41e (diff)
downloadbusybox-f60d4b491afc83aec0085edfb70302a37f3df305.tar.gz
Oops.
Diffstat (limited to 'libpwdgrp')
-rw-r--r--libpwdgrp/shadow.c2
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");
}
}