From: Ralph Dolmans Date: Fri, 24 Jun 2016 19:20:13 +0000 (+0000) Subject: typo fix (thanks lint) X-Git-Tag: release-1.5.10~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=13c1c1162348b5b6e23656ae68dd56bc8108d905;p=thirdparty%2Funbound.git typo fix (thanks lint) git-svn-id: file:///svn/unbound/trunk@3798 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/services/localzone.c b/services/localzone.c index b877b7e39..bc8ad0926 100644 --- a/services/localzone.c +++ b/services/localzone.c @@ -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;