Changeset 38224 in vbox
- Timestamp:
- Jul 28, 2011 2:53:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
r38129 r38224 388 388 } 389 389 } 390 else if (dwRet == ERROR_NO_DATA) 391 { 392 VBoxServiceVerbose(3, "VMInfo/Network: No network adapters available\n"); 393 394 /* If no network adapters available / present in the 395 * system we pretend success to not bail out too early. */ 396 dwRet = ERROR_SUCCESS; 397 } 398 390 399 if (dwRet != ERROR_SUCCESS) 391 400 { … … 686 695 VBoxServicePropCacheUpdate(&g_VMInfoPropCache, szPropPath, fIfUp ? "Up" : "Down"); 687 696 cIfacesReport++; 688 } 697 } /* For all interfaces */ 689 698 690 699 close(sd);
Note:
See TracChangeset
for help on using the changeset viewer.