diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-10-12 00:02:04 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-10-12 00:02:04 +0200 |
commit | ea237a4d258f269785e984ad031f752536b4eedf (patch) | |
tree | 67f211842561b473b0aa18a4d12853df96e291dc | |
parent | 752d6837c3ea93e9e1c51165886b1aa77b144745 (diff) | |
parent | c668670391eab0f39adbb139d6bca5ba2a383342 (diff) | |
download | u-boot-imx-ea237a4d258f269785e984ad031f752536b4eedf.zip u-boot-imx-ea237a4d258f269785e984ad031f752536b4eedf.tar.gz u-boot-imx-ea237a4d258f269785e984ad031f752536b4eedf.tar.bz2 |
Merge with /home/wd/git/u-boot/master
-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 8f1382e..1de9a8f 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 */ |