No descriptors error

This commit is contained in:
orignal 2022-12-10 13:22:37 -05:00
parent 53ca5dc67a
commit 737603e81b
3 changed files with 25 additions and 3 deletions

View file

@ -248,6 +248,9 @@ namespace http {
case eRouterErrorSymmetricNAT:
s << " - " << tr("Symmetric NAT");
break;
case eRouterErrorNoDescriptors:
s << " - " << tr("No Descriptors");
break;
default: ;
}
}