diff --git a/Userland/Services/DHCPClient/DHCPv4.h b/Userland/Services/DHCPClient/DHCPv4.h index a773167683..c5738c6cf7 100644 --- a/Userland/Services/DHCPClient/DHCPv4.h +++ b/Userland/Services/DHCPClient/DHCPv4.h @@ -39,7 +39,7 @@ #include enum class DHCPv4Flags : u16 { - Broadcast = 1, + Broadcast = 1 << 15, /* everything else is reserved and must be zero */ };