From: Roy Marples Date: Mon, 15 Sep 2014 08:16:36 +0000 (+0000) Subject: Back out mistaken commit X-Git-Tag: v6.4.4~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ddc3433bb0d31d76d2b6ef53244b453a34c6060b;p=thirdparty%2Fdhcpcd.git Back out mistaken commit --- diff --git a/dhcp6.c b/dhcp6.c index 0220d74c..8a81bc5d 100644 --- a/dhcp6.c +++ b/dhcp6.c @@ -2668,12 +2668,10 @@ dhcp6_handledata(void *arg) break; case DHCP6_RECONFIGURE: if (auth == NULL) { - syslog(ifo->options & DHCPCD_AUTH_REQUIRE ? - LOG_ERR : LOG_WARNING, + syslog(LOG_ERR, "%s: unauthenticated %s from %s", ifp->name, op, ctx->sfrom); - if (ifo->options & DHCPCD_AUTH_REQUIRE) - return; + return; } syslog(LOG_INFO, "%s: %s from %s", ifp->name, op, ctx->sfrom);