儲存庫 vbox 的更動 34890
- 時間撮記:
- 2010-12-9 下午02:23:59 (14 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器