Control: tags -1 patch fixed-upstream

The upstream fix for the bind-dyndb-ldap FTBFS with gcc 7
is attached.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

>From f76ca3b3a4c2c030071dd23c706d8cc06e1fa2a9 Mon Sep 17 00:00:00 2001
From: Tomas Krizek <tkri...@redhat.com>
Date: Thu, 9 Feb 2017 17:52:59 +0100
Subject: Remove duplicate const declaration specifier
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Reviewed-By: Petr Menšík <pemen...@redhat.com>
---
 src/ldap_helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: bind-dyndb-ldap-10.1/src/ldap_helper.c
===================================================================
--- bind-dyndb-ldap-10.1.orig/src/ldap_helper.c
+++ bind-dyndb-ldap-10.1/src/ldap_helper.c
@@ -2297,7 +2297,7 @@ free_rdatalist(isc_mem_t *mctx, dns_rdat
  * @retval  others         Unexpected errors.
  */
 static isc_result_t ATTR_NONNULLS ATTR_CHECKRESULT
-ldap_substitute_rr_template(isc_mem_t *mctx, const settings_set_t const * set,
+ldap_substitute_rr_template(isc_mem_t *mctx, const settings_set_t * set,
 			    ld_string_t *orig_val, ld_string_t **output) {
 	isc_result_t result;
 	regex_t regex;

Reply via email to