Skip to content
Snippets Groups Projects
Commit c6686703 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Minor code cleanup.

parent 2255b2d2
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment