commit | 8a933fb4ad0f84545c7790d04226bf361e65a671 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Thu Oct 12 00:01:08 2006 +0200 |
committer | Wolfgang Denk <wd@pollux.denx.de> | Thu Oct 12 00:01:08 2006 +0200 |
tree | d2a66c3553af204f3970d474c8f947a04226184c | |
parent | d351b2bbbc51bd4bb4acbb1231c68968458b25b9 [diff] |
Minor code cleanup.
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 @@ 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 */