]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
typo fix (thanks lint)
authorRalph Dolmans <ralph@nlnetlabs.nl>
Fri, 24 Jun 2016 19:20:13 +0000 (19:20 +0000)
committerRalph Dolmans <ralph@nlnetlabs.nl>
Fri, 24 Jun 2016 19:20:13 +0000 (19:20 +0000)
git-svn-id: file:///svn/unbound/trunk@3798 be551aaa-1e26-0410-a405-d3ace91eadb9

services/localzone.c

index b877b7e39a223c9f6319a84ae833e4915392667f..bc8ad0926a37c62c1f10b49fe2fdef7d21e15e34 100644 (file)
@@ -1337,7 +1337,7 @@ local_zones_answer(struct local_zones* zones, struct query_info* qinfo,
         *      if so:  - try to match (exact) local data 
         *              - look at zone type for negative response. */
        int labs = dname_count_labels(qinfo->qname);
-       struct local_data* ld = NULL;;
+       struct local_data* ld = NULL;
        struct local_zone* z;
        enum localzone_type lzt;
        int r;