From: Eric Andersen Date: Thu, 26 Jun 2003 23:55:55 +0000 (-0000) Subject: oops. make this actually work as intended.... X-Git-Tag: 1_00_pre1~39 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4a2dcd904c4326ee7fd6e349d0e04e500756f977;p=oweals%2Fbusybox.git oops. make this actually work as intended.... --- diff --git a/libpwdgrp/shadow.c b/libpwdgrp/shadow.c index ed0ef0131..9e218f96f 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(bb_path_shadow_file, "r"); } }