Changeset 12003 in vbox
- Timestamp:
- Sep 2, 2008 6:11:12 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 35914
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c
r11982 r12003 396 396 int rc; 397 397 LogFlow((DEVICE_NAME ":_fini\n")); 398 399 #if 0400 /*401 * First check if Detach has been called and thus unloaded the correct way.402 * This fixes the boot-up auto-unload problem where Solaris silently unloads403 * us without calling detach which would wrongly succeed.404 */405 if (g_VBoxNetFltSolarisMtx == NIL_RTSEMFASTMUTEX)406 {407 LogRel((DEVICE_NAME ":_fini - cannot unload now!\n"));408 return EBUSY;409 }410 #endif411 398 412 399 /*
Note:
See TracChangeset
for help on using the changeset viewer.