remove extranious return

This commit is contained in:
Mark Andrews 2000-01-20 06:38:47 +00:00
parent 094810739f
commit fa756a197b

View file

@ -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: