VirtualBox

Changeset 15629 in vbox


Ignore:
Timestamp:
Dec 17, 2008 1:34:36 PM (16 years ago)
Author:
vboxsync
Message:

Solaris/VBoxNetFlt: minor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c

    r15527 r15629  
    18581858                                rc = strioctl(pIp4VNode, fAttach ? _I_INSERT : _I_REMOVE, (intptr_t)&StrMod, 0, K_TO_K,
    18591859                                            kcred, &ret);
     1860
     1861                                g_VBoxNetFltSolarisInstance = NULL;
     1862                                g_VBoxNetFltSolarisStreamType = kUndefined;
     1863
    18601864                                if (!rc)
    18611865                                {
     
    18661870                                     * Inject/Eject from the host ARP stack.
    18671871                                     */
     1872                                    g_VBoxNetFltSolarisInstance = pThis;
    18681873                                    g_VBoxNetFltSolarisStreamType = kArpStream;
     1874
    18691875                                    rc = strioctl(pArpVNode, fAttach ? _I_INSERT : _I_REMOVE, (intptr_t)&ArpStrMod, 0, K_TO_K,
    18701876                                                kcred, &ret);
     1877
     1878                                    g_VBoxNetFltSolarisInstance = NULL;
     1879                                    g_VBoxNetFltSolarisStreamType = kUndefined;
     1880
    18711881                                    if (!rc)
    18721882                                    {
    1873                                         g_VBoxNetFltSolarisInstance = NULL;
    1874                                         g_VBoxNetFltSolarisStreamType = kUndefined;
    1875 
    18761883                                        /*
    18771884                                         * Our job's not yet over; we need to relink the upper and lower streams
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette