mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 00:25:29 +00:00
remove extranious return
This commit is contained in:
@@ -161,7 +161,7 @@ dns_result_torcode(isc_result_t result) {
|
|||||||
*/
|
*/
|
||||||
switch (result) {
|
switch (result) {
|
||||||
case ISC_R_SUCCESS:
|
case ISC_R_SUCCESS:
|
||||||
return rcode = dns_rcode_noerror;
|
rcode = dns_rcode_noerror;
|
||||||
break;
|
break;
|
||||||
case ISC_R_NOSPACE:
|
case ISC_R_NOSPACE:
|
||||||
case ISC_R_UNEXPECTEDEND:
|
case ISC_R_UNEXPECTEDEND:
|
||||||
|
Reference in New Issue
Block a user