From: Roy Marples Date: Mon, 10 Oct 2016 08:04:34 +0000 (+0000) Subject: Fix build with DEBUG_NS X-Git-Tag: v6.11.6~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7126cd552a1f4e1d3efe4dba74856b6a247a7138;p=thirdparty%2Fdhcpcd.git Fix build with DEBUG_NS --- diff --git a/ipv6nd.c b/ipv6nd.c index 103b332f..91a097bc 100644 --- a/ipv6nd.c +++ b/ipv6nd.c @@ -1484,8 +1484,8 @@ ipv6nd_handlena(struct dhcpcd_ctx *dctx, struct interface *ifp, if (ifp == NULL) { #ifdef DEBUG_NS - logger(ctx, LOG_DEBUG, "NA for unexpected interface from %s", - dctx->sfrom); + logger(dctx, LOG_DEBUG, "NA for unexpected interface from %s", + ctx->sfrom); #endif return; }