From: Roy Marples Date: Thu, 6 Aug 2015 12:49:47 +0000 (+0000) Subject: Check correct auth bits. X-Git-Tag: v6.9.2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56c66be8fcd04337e36ea51f2f7a83b8dd0a0efc;p=thirdparty%2Fdhcpcd.git Check correct auth bits. --- diff --git a/dhcp6.c b/dhcp6.c index 7e662f15..cd602596 100644 --- a/dhcp6.c +++ b/dhcp6.c @@ -2245,7 +2245,7 @@ auth: else logger(ifp->ctx, LOG_DEBUG, "%s: accepted reconfigure key", ifp->name); - } else if (ifp->options->auth.options & DHCPCD_AUTH_REQUIRE) { + } else if (ifp->options->auth.options & DHCPCD_AUTH_SENDREQUIRE) { logger(ifp->ctx, LOG_ERR, "%s: authentication now required", ifp->name); goto ex;