oops. make this actually work as intended....
authorEric Andersen <andersen@codepoet.org>
Thu, 26 Jun 2003 23:55:55 +0000 (23:55 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 26 Jun 2003 23:55:55 +0000 (23:55 -0000)
libpwdgrp/shadow.c

index ed0ef01314ddc9a5a0fda63004777dedeeeee408..9e218f96ffd86a880928919b3c482a97f247d017 100644 (file)
@@ -54,7 +54,7 @@ void setspent(void)
        if (shadow) {
                rewind(shadow);
        } else {
-               shadow = bb_xfopen(SHADOW_FILE, "r");
+               shadow = bb_xfopen(bb_path_shadow_file, "r");
        }
 }