Thomas Lundquist, update for current structure
[oweals/busybox.git] / 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");
        }
 }