From fa756a197b059b28c44f24e332bd072178861dc6 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 20 Jan 2000 06:38:47 +0000 Subject: [PATCH] remove extranious return --- lib/dns/result.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/result.c b/lib/dns/result.c index 30d2bb1cf6..0dfcbd6db4 100644 --- a/lib/dns/result.c +++ b/lib/dns/result.c @@ -161,7 +161,7 @@ dns_result_torcode(isc_result_t result) { */ switch (result) { case ISC_R_SUCCESS: - return rcode = dns_rcode_noerror; + rcode = dns_rcode_noerror; break; case ISC_R_NOSPACE: case ISC_R_UNEXPECTEDEND: