Changeset 10847 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jul 23, 2008 10:05:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp
r10819 r10847 468 468 g_cErrors++; 469 469 } 470 471 rc = INTNETR0IfSetActive(pIntNet, hIf0, g_pSession, true); 472 if (VBOX_FAILURE(rc)) 473 { 474 RTPrintf("tstIntNetR0: INTNETR0IfSetActive failed! rc=%Rrc\n", rc); 475 g_cErrors++; 476 } 477 rc = INTNETR0IfSetActive(pIntNet, hIf1, g_pSession, true); 478 if (VBOX_FAILURE(rc)) 479 { 480 RTPrintf("tstIntNetR0: INTNETR0IfSetActive failed! rc=%Rrc\n", rc); 481 g_cErrors++; 482 } 483 470 484 471 485 /*
Note:
See TracChangeset
for help on using the changeset viewer.