summaryrefslogtreecommitdiffstats
path: root/src/ipv6.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2021-02-02 16:54:09 +0000
committerRoy Marples <roy@marples.name>2021-02-02 16:54:09 +0000
commitf6082bca98c2d16492d56e98ec9ea927c36c248a (patch)
tree5138e7b056a70ff83836f1f966d43fc56f96c8d6 /src/ipv6.c
parent3c26587f67aefd49ddbaa5565622be6b0d3b6ccf (diff)
downloaddhcpcd-f6082bca98c2d16492d56e98ec9ea927c36c248a.tar.xz
Rename Master to Manager
Diffstat (limited to 'src/ipv6.c')
-rw-r--r--src/ipv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipv6.c b/src/ipv6.c
index 6bb2c45a..04bf7746 100644
--- a/src/ipv6.c
+++ b/src/ipv6.c
@@ -596,7 +596,7 @@ ipv6_deletedaddr(struct ipv6_addr *ia)
#ifdef DHCP6
#ifdef PRIVSEP
- if (!(ia->iface->ctx->options & DHCPCD_MASTER))
+ if (!(ia->iface->ctx->options & DHCPCD_MANAGER))
ps_inet_closedhcp6(ia);
#elif defined(SMALL)
UNUSED(ia);