- Timestamp:
- Dec 9, 2010 2:23:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNAT.cpp
r34209 r34890 1020 1020 */ 1021 1021 if (!CFGMR3AreValuesValid(pNode, "Protocol\0UDP\0HostPort\0GuestPort\0GuestIP\0BindIP\0")) 1022 return PDMDRV_SET_ERROR(pThis->pDrvIns, VERR_PDM_DRVINS_UNKNOWN_CFG_VALUES, N_("Unknown configuration in port forwarding")); 1022 return PDMDRV_SET_ERROR(pThis->pDrvIns, VERR_PDM_DRVINS_UNKNOWN_CFG_VALUES, 1023 N_("Unknown configuration in port forwarding")); 1023 1024 1024 1025 /* protocol type */ … … 1043 1044 iInstance, szProtocol); 1044 1045 } 1046 else 1047 return PDMDrvHlpVMSetError(pThis->pDrvIns, rc, RT_SRC_POS, 1048 N_("NAT#%d: configuration query for \"Protocol\" failed"), 1049 iInstance); 1045 1050 /* host port */ 1046 1051 int32_t iHostPort;
Note:
See TracChangeset
for help on using the changeset viewer.