mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Fix a bug in generic_totext_in_svcb()
The 'sbpr_dohpath' case was missing from the switch-case. Add the 'sbpr_dohpath' case, which should work similarly as the 'sbpr_text' case.
This commit is contained in:
parent
c6e3695478
commit
d5d63d6253
1 changed files with 1 additions and 0 deletions
|
|
@ -695,6 +695,7 @@ generic_totext_in_svcb(ARGS_TOTEXT) {
|
|||
}
|
||||
switch (encoding) {
|
||||
case sbpr_text:
|
||||
case sbpr_dohpath:
|
||||
RETERR(multitxt_totext(&r, target));
|
||||
break;
|
||||
case sbpr_port:
|
||||
|
|
|
|||
Loading…
Reference in a new issue