[BusyBox] Re: busybox-cvs Digest, Vol 3, Issue 17

Erik Andersen andersen at codepoet.org
Thu Jun 26 18:03:05 UTC 2003


On Thu Jun 26, 2003 at 04:50:21PM +0400, Vladimir N. Oleynik wrote:
> Erik,
> 
> busybox-cvs-request at busybox.net wrote:
> 
> >--- shadow.c	19 Mar 2003 09:12:14 -0000	1.4
> >+++ shadow.c	26 Jun 2003 08:53:49 -0000	1.5
> >@@ -54,8 +54,7 @@
> > 	if (shadow) {
> > 		rewind(shadow);
> > 	} else {
> >-		if ((shadow = fopen("/etc/shadow", "r")) == NULL)
> >-			bb_perror_msg_and_die("/etc/shadow");
> >+		shadow == bb_xfopen(SHADOW_FILE, "r");
> 
> Hmm.  Keyboard problem? ;-)
> Please change "==" to "="

Oops.  No a keyboard problem.  The problem was between the
keyboard and the chair....

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--


More information about the busybox mailing list