Oops.
authorEric Andersen <andersen@codepoet.org>
Thu, 26 Jun 2003 18:01:43 +0000 (18:01 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 26 Jun 2003 18:01:43 +0000 (18:01 -0000)
libpwdgrp/shadow.c

index 3a9c4b8..ed0ef01 100644 (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");
        }
 }