Skip to content

Commit

Permalink
Trying a fix of the DHCP implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
frehwagen committed Dec 29, 2024
1 parent 7f7b551 commit 33ec552
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Driver/Socket/TCPIP/tcpipDhcp.asm
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ TcpipDhcpBuildPacket proc far

clr si
mov ds:[si].DM_op, BO_REQUEST
mov ds:[si].DM_flags, mask DMF_BROADCAST

cmpdw es:[dhcpCookie], 0
jne alreadyHaveCookie
Expand Down

0 comments on commit 33ec552

Please sign in to comment.