Changeset 91503 in vbox for trunk/src/VBox/Main/src-server/HostNetworkInterfaceImpl.cpp
- Timestamp:
- Oct 1, 2021 8:57:59 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostNetworkInterfaceImpl.cpp
r85248 r91503 620 620 if (aIPV6NetworkMaskPrefixLength > 128) 621 621 return mVirtualBox->setErrorBoth(E_INVALIDARG, VERR_INVALID_PARAMETER, 622 "Invalid IPv6 prefix length");622 tr("Invalid IPv6 prefix length")); 623 623 624 624 int rc; … … 631 631 if (RT_FAILURE(rc)) 632 632 { 633 return mVirtualBox->setErrorBoth(E_INVALIDARG, rc, "Invalid IPv6 address");633 return mVirtualBox->setErrorBoth(E_INVALIDARG, rc, tr("Invalid IPv6 address")); 634 634 } 635 635
Note:
See TracChangeset
for help on using the changeset viewer.