summaryrefslogtreecommitdiff
path: root/Userland/Services/DHCPClient
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Services/DHCPClient')
-rw-r--r--Userland/Services/DHCPClient/DHCPv4.h2
1 files changed, 1 insertions, 1 deletions
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 <string.h>
enum class DHCPv4Flags : u16 {
- Broadcast = 1,
+ Broadcast = 1 << 15,
/* everything else is reserved and must be zero */
};