svn commit: r447490 - head/dns/bind9-devel/files

Mathieu Arnold mat at FreeBSD.org
Mon Aug 7 10:37:42 UTC 2017


Author: mat
Date: Mon Aug  7 10:37:40 2017
New Revision: 447490
URL: https://svnweb.freebsd.org/changeset/ports/447490

Log:
  Fix build with --enable-querytrace.
  
  Sponsored by:	Absolight

Added:
  head/dns/bind9-devel/files/patch-r-73cc289e7932e288cf9aed82b1d6e82ea5615c16   (contents, props changed)

Added: head/dns/bind9-devel/files/patch-r-73cc289e7932e288cf9aed82b1d6e82ea5615c16
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/bind9-devel/files/patch-r-73cc289e7932e288cf9aed82b1d6e82ea5615c16	Mon Aug  7 10:37:40 2017	(r447490)
@@ -0,0 +1,18 @@
+Revert this commit:
+
+commit 73cc289e7932e288cf9aed82b1d6e82ea5615c16
+Author: Mark Andrews <marka at isc.org>
+Date:   2017-08-05 12:31:45 +1000
+
+    remove unused variable 'fctx' from rctx_next
+
+--- lib/dns/resolver.c.orig	2017-08-05 02:36:31 UTC
++++ lib/dns/resolver.c
+@@ -8939,6 +8939,7 @@ rctx_resend(respctx_t *rctx, dns_adbaddr
+  */
+ static void
+ rctx_next(respctx_t *rctx) {
++	fetchctx_t *fctx = rctx->fctx;
+ 	isc_result_t result;
+ 
+ 	FCTXTRACE("nextitem");


More information about the svn-ports-head mailing list