summaryrefslogtreecommitdiff
path: root/server/stables.c
diff options
context:
space:
mode:
authorTomek Mrugalski <tomek@isc.org>2022-01-19 20:14:16 +0100
committerTomek Mrugalski <tomek@isc.org>2022-01-20 12:04:28 +0100
commitf6b8f48d1665c4487dedbcfa4dca435a0d67ddeb (patch)
tree19926f31f56890bc8c7f5d3bc5b2e2c16b96794e /server/stables.c
parent429a56d73c0f9f2edf400fd6313850a3ce4fd809 (diff)
downloadisc-dhcp-f6b8f48d1665c4487dedbcfa4dca435a0d67ddeb.tar.gz
[#189] Whitespace fixes in opened files
Diffstat (limited to 'server/stables.c')
-rw-r--r--server/stables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/stables.c b/server/stables.c
index 5242a656..c33809b0 100644
--- a/server/stables.c
+++ b/server/stables.c
@@ -66,7 +66,7 @@ struct failover_option_info ft_options [] =
FM_OFFSET(ip_flags), FTB_IP_FLAGS },
{ FTO_LEASE_EXPIRY, "lease-expiration-time", FT_UINT32, 1,
FM_OFFSET(expiry), FTB_LEASE_EXPIRY },
- { FTO_MAX_UNACKED, "max-unacked-bndupd", FT_UINT32, 1,
+ { FTO_MAX_UNACKED, "max-unacked-bndupd", FT_UINT32, 1,
FM_OFFSET(max_unacked), FTB_MAX_UNACKED },
{ FTO_MCLT, "MCLT", FT_UINT32, 1, FM_OFFSET(mclt), FTB_MCLT },
{ FTO_MESSAGE, "message", FT_TEXT, 0,