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



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to