changeset 3826:3857d6e8fb5b draft

Fix build with DEBUG_NS
author Roy Marples <roy@marples.name>
date Mon, 10 Oct 2016 08:04:34 +0000
parents 544945d97f9a
children 33400eb731f9
files ipv6nd.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ipv6nd.c	Sun Oct 09 08:07:17 2016 +0000
+++ b/ipv6nd.c	Mon Oct 10 08:04:34 2016 +0000
@@ -1484,8 +1484,8 @@
 
 	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;
 	}