]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #681: Setting forwarders with unbound-control forward
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 9 Jul 2015 09:45:08 +0000 (09:45 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 9 Jul 2015 09:45:08 +0000 (09:45 +0000)
  implicitly turns on forward-first.

git-svn-id: file:///svn/unbound/trunk@3447 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/remote.c
doc/Changelog

index 93d0eda28b86387ad513c221f093f11e9fad4a02..a9ec7bd92dc0e40f5496d6348c926e860a2091c3 100644 (file)
@@ -1683,6 +1683,7 @@ parse_delegpt(SSL* ssl, char* args, uint8_t* nm, int allow_names)
                        }
                }
        }
+       dp->has_parent_side_NS = 1;
        return dp;
 }
 
index a8b9c8d968760584ecee8d23e80fc568266a23b6..8c7051c4dc26a85c6074c0814d8361ab87a4782a 100644 (file)
@@ -1,6 +1,8 @@
 9 July 2015: Wouter
        - 1.5.4 release tag
        - trunk has 1.5.5 in development.
+       - Fix #681: Setting forwarders with unbound-control forward
+         implicitly turns on forward-first.
 
 29 June 2015: Wouter
        - iana portlist update.