summaryrefslogtreecommitdiffstats
path: root/bind-99-libidn.patch
diff options
context:
space:
mode:
authorMichal Ruprich <mruprich@localhost.localdomain>2016-11-16 08:46:09 +0100
committerMichal Ruprich <mruprich@localhost.localdomain>2016-11-16 08:46:09 +0100
commitd886cd072dd258b769adb6f13ac659e747ec6f41 (patch)
tree04ef3dbe128eba04dda32a7f4c3f0c0b9e1d4939 /bind-99-libidn.patch
parent20cebfb8c5ba74721a8332f7df36aae169450b99 (diff)
downloadbind-d886cd072dd258b769adb6f13ac659e747ec6f41.tar.gz
bind-d886cd072dd258b769adb6f13ac659e747ec6f41.tar.xz
bind-d886cd072dd258b769adb6f13ac659e747ec6f41.zip
Update to 9.11.0-P1
Diffstat (limited to 'bind-99-libidn.patch')
-rw-r--r--bind-99-libidn.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/bind-99-libidn.patch b/bind-99-libidn.patch
index a03cc96..d782e66 100644
--- a/bind-99-libidn.patch
+++ b/bind-99-libidn.patch
@@ -167,7 +167,7 @@ index 3ca7cb9..f11884e 100644
#else
if (lookup->origin != NULL) {
debug("trying origin %s", lookup->origin->origin);
-@@ -2348,6 +2387,13 @@ setup_lookup(dig_lookup_t *lookup) {
+@@ -2372,6 +2411,13 @@ setup_lookup(dig_lookup_t *lookup) {
result = dns_name_fromtext(lookup->name, &b,
dns_rootname, 0,
&lookup->namebuf);
@@ -179,7 +179,7 @@ index 3ca7cb9..f11884e 100644
+ dns_rootname, 0,
+ &lookup->namebuf);
#else
- len = strlen(lookup->textname);
+ len = (unsigned int) strlen(lookup->textname);
isc_buffer_init(&b, lookup->textname, len);
@@ -4227,7 +4273,7 @@ destroy_libs(void) {
void * ptr;