- Timestamp:
- Nov 20, 2013 4:51:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r49517 r49588 5072 5072 } 5073 5073 5074 if (!networkName.isEmpty()) 5074 /* 5075 * NAT networks start their DHCP server theirself, see NATNetwork::Start() 5076 */ 5077 if ( !networkName.isEmpty() 5078 && eAttachmentType != NetworkAttachmentType_NATNetwork) 5075 5079 { 5076 5080 /*
Note:
See TracChangeset
for help on using the changeset viewer.