mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 09:09:59 -04:00
remove extranious return
This commit is contained in:
parent
094810739f
commit
fa756a197b
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue