Changeset 50084 in vbox
- Timestamp:
- Jan 16, 2014 9:33:20 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91605
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r49983 r50084 1174 1174 hrc = bwGroups[i]->COMGETTER(Type)(&enmType); H(); 1175 1175 hrc = bwGroups[i]->COMGETTER(MaxBytesPerSec)(&cMaxBytesPerSec); H(); 1176 1177 if (strName.isEmpty()) 1178 return VMR3SetError(pUVM, VERR_CFGM_NO_NODE, RT_SRC_POS, 1179 N_("No bandwidth group name specified")); 1176 1180 1177 1181 if (enmType == BandwidthGroupType_Disk) … … 4350 4354 continue; 4351 4355 4356 if (strName.isEmpty()) 4357 VMSetError(VMR3GetVM(mpUVM), VERR_CFGM_NO_NODE, RT_SRC_POS, 4358 N_("NAT redirection rule without a name")); 4359 4352 4360 InsertConfigNode(pCfg, strName.c_str(), &pPF); 4353 4361 InsertConfigString(pPF, "Protocol", strProto);
Note:
See TracChangeset
for help on using the changeset viewer.