From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Thu, 14 Feb 2008 09:41:18 -0500 Subject: [U-Boot-Users] tftp warning/error? In-Reply-To: References: Message-ID: <47B4530E.5050108@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kumar Gala wrote: > 'TFTP: add host ip addr support' commit added this bit of code which > seems bogus: > > } else { > char *p = strchr (p, ':'); > > Is this really correct? > > - k > > That's F-d up. The patches I have are like this: - tftp_filename = BootFile; + char *p=BootFile; + p = strchr (p, ':'); but never got pulled into the net branch. I guess Wolfgang must have pulled directly. C'mon patch management system!!! cheers, Ben