summaryrefslogtreecommitdiff
path: root/src/network/networkd-network.h
diff options
context:
space:
mode:
authorSusant Sahani <ssahani@users.noreply.github.com>2016-12-06 16:52:33 +0530
committerLennart Poettering <lennart@poettering.net>2016-12-06 12:22:33 +0100
commit9c77d1079dd905b90e488082a92764fcc14833e2 (patch)
treefbb0c2250255e357ade69ed4aa40cdeaac615aeb /src/network/networkd-network.h
parent10452f7c93c3a492c1f8fdc4a49b65ddc40b27a2 (diff)
networkd: Use dhcp correct type for IP port (#4840)
Fixes: #4839
Diffstat (limited to 'src/network/networkd-network.h')
-rw-r--r--src/network/networkd-network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-network.h b/src/network/networkd-network.h
index e05dccda29..d13e306add 100644
--- a/src/network/networkd-network.h
+++ b/src/network/networkd-network.h
@@ -114,7 +114,7 @@ struct Network {
char *dhcp_hostname;
unsigned dhcp_route_metric;
uint32_t dhcp_route_table;
- uint32_t dhcp_client_port;
+ uint16_t dhcp_client_port;
bool dhcp_send_hostname;
bool dhcp_broadcast;
bool dhcp_critical;