diff options
Diffstat (limited to 'source4/dns_server/dns_update.c')
-rw-r--r-- | source4/dns_server/dns_update.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |