
14 Feb
2008
14 Feb
'08
7:54 a.m.
On 14:57 Wed 13 Feb , 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?
No, it this - char *p = strchr (p, ':'); + char *p = strchr (BootFile, ':');
Best Regards, J.