Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-06-26 22:01:43 +0400
committerEric Andersen <andersen@codepoet.org>2003-06-26 22:01:43 +0400
commitf60d4b491afc83aec0085edfb70302a37f3df305 (patch)
tree094467f0f1e9d3a3ae8dcf62de5209bcb46ac3c0 /libpwdgrp
parent27cb6846d7951a6d5a9616aa845a58ff21d6f41e (diff)
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");
}
}