Date: Sun, 03 Dec 1995 13:52:06 -0800 From: "Jordan K. Hubbard" <jkh@time.cdrom.com> To: Thomas David Rivers <ponds!rivers@dg-rtp.dg.com> Cc: freebsd-bugs@freefall.FreeBSD.org, jkh@freefall.FreeBSD.org, rivers@dg-rtp.dg.com Subject: Re: Hmm... not quite right in my previous diagnosis (SL/IP install) Message-ID: <19183.818027526@time.cdrom.com> In-Reply-To: Your message of "Sun, 03 Dec 1995 15:24:01 EST." <199512032024.PAA19226@ponds.UUCP>
next in thread | previous in thread | raw e-mail | index | archive | help
> (line 101 of network.c) > > However, I see that the C code there is: > > msgConfirm("The %s device is not configured. You will need to do so\n in > the Networking configuration menu before proceeding."); > return FALSE; > > Which, you can see, is missing a value for the '%s' - so the string 'sl0' > was likely just picked up off of the stack. Are you looking at the 2.1-RELEASE code here? This is all changed, and in particular this line now reads: msgConfirm("The %s device is not configured. You will need to do so\n" "in the Networking configuration menu before proceeding.", ifname); I think you may very well be looking at the wrong code. Jordan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19183.818027526>