Changeset 27876 in vbox
- Timestamp:
- Mar 31, 2010 10:19:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
r27857 r27876 1323 1323 ITERATE_TO_NEXT_TERM(ch); 1324 1324 strGuestPort = ch; 1325 uint32_tproto;1325 NATProtocol_T proto; 1326 1326 if (RTStrICmp(strProto, "udp") == 0) 1327 1327 proto = NATProtocol_UDP;
Note:
See TracChangeset
for help on using the changeset viewer.