
14 Feb
2008
14 Feb
'08
3:41 p.m.
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