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:
Aram Sargsyan 2025-02-10 13:15:12 +00:00 committed by Arаm Sаrgsyаn
parent c6e3695478
commit d5d63d6253

View file

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