From 821c962d2af0229e755bfbd8da43a24947cf1a33 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Mon, 29 Nov 2010 14:36:46 +0100 Subject: s4:dns_server/dns_update.c - remove unreachable statements --- source4/dns_server/dns_update.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/dns_server') diff --git a/source4/dns_server/dns_update.c b/source4/dns_server/dns_update.c index f789f2d625..a9fabf66d2 100644 --- a/source4/dns_server/dns_update.c +++ b/source4/dns_server/dns_update.c @@ -64,7 +64,6 @@ static WERROR check_prerequsites(struct dns_server *dns, /* TODO: Check if RR exists of the specified type */ return DNS_ERR(NXRRSET); } - continue; } if (r->rr_class == DNS_QCLASS_NONE) { if (r->length != 0) { @@ -77,7 +76,6 @@ static WERROR check_prerequsites(struct dns_server *dns, /* TODO: Return error if there's an RRset of this type in the zone */ return DNS_ERR(YXRRSET); } - continue; } if (r->rr_class == zone->question_class) { /* Check if there's a RR with this */ -- cgit