diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-10-12 11:29:33 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-10-12 11:29:33 -0500 |
commit | f7b190d3120611d9d47c3ea784c10f5f713655f5 (patch) | |
tree | 7b2ebba6cde3c4fd4e024516296d63f214ff9464 /net | |
parent | 0ee90cb77e01d6e8ccd37e1bd96678597875c391 (diff) | |
parent | 87621bc24789e024c62a8a12bebd592943cdfb02 (diff) |
Merge branch 'master' of http://www.denx.de/git/u-boot
Diffstat (limited to 'net')
-rw-r--r-- | net/bootp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bootp.c b/net/bootp.c index 8f1382e9457..1de9a8f2c6a 100644 --- a/net/bootp.c +++ b/net/bootp.c @@ -851,7 +851,7 @@ static void DhcpSendRequestPkt(Bootp_t *bp_offer) NetCopyIP(&bp->bp_ciaddr, &bp_offer->bp_ciaddr); /* both in network byte order */ NetCopyIP(&bp->bp_yiaddr, &bp_offer->bp_yiaddr); NetCopyIP(&bp->bp_siaddr, &bp_offer->bp_siaddr); - /* + /* * RFC3046 requires Relay Agents to discard packets with * nonzero and offered giaddr */ |