[BusyBox-cvs] busybox/libpwdgrp shadow.c,1.6,1.7

Erik Andersen andersen at busybox.net
Thu Jun 26 23:55:58 UTC 2003


Update of /var/cvs/busybox/libpwdgrp
In directory winder:/tmp/cvs-serv20706/libpwdgrp

Modified Files:
	shadow.c 
Log Message:
oops.  make this actually work as intended....


Index: shadow.c
===================================================================
RCS file: /var/cvs/busybox/libpwdgrp/shadow.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- shadow.c	26 Jun 2003 18:01:43 -0000	1.6
+++ shadow.c	26 Jun 2003 23:55:55 -0000	1.7
@@ -54,7 +54,7 @@
 	if (shadow) {
 		rewind(shadow);
 	} else {
-		shadow = bb_xfopen(SHADOW_FILE, "r");
+		shadow = bb_xfopen(bb_path_shadow_file, "r");
 	}
 }
 



More information about the busybox-cvs mailing list