diff options
| author | Roy Marples <roy@marples.name> | 2021-02-02 16:54:09 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2021-02-02 16:54:09 +0000 |
| commit | f6082bca98c2d16492d56e98ec9ea927c36c248a (patch) | |
| tree | 5138e7b056a70ff83836f1f966d43fc56f96c8d6 /src/ipv6.c | |
| parent | 3c26587f67aefd49ddbaa5565622be6b0d3b6ccf (diff) | |
| download | dhcpcd-f6082bca98c2d16492d56e98ec9ea927c36c248a.tar.xz | |
Rename Master to Manager
Diffstat (limited to 'src/ipv6.c')
| -rw-r--r-- | src/ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
