summaryrefslogtreecommitdiffstats
path: root/source/libaddns/dnsmarshall.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/libaddns/dnsmarshall.c')
-rw-r--r--source/libaddns/dnsmarshall.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/libaddns/dnsmarshall.c b/source/libaddns/dnsmarshall.c
index 5530290c57a..8c3389eb9b6 100644
--- a/source/libaddns/dnsmarshall.c
+++ b/source/libaddns/dnsmarshall.c
@@ -252,7 +252,6 @@ void dns_unmarshall_domain_name(TALLOC_CTX *mem_ctx,
if (!(name = talloc(mem_ctx, struct dns_domain_name))) {
buf->error = ERROR_DNS_NO_MEMORY;
- return;
}
dns_unmarshall_label(name, 0, buf, &name->pLabelList);