2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

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: