VirtualBox

Changeset 37081 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 13, 2011 4:03:23 PM (14 years ago)
Author:
vboxsync
Message:

Solaris/VBoxNetFlt: build fix.

File:
1 edited

Legend:

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

    r37076 r37081  
    460460static int vboxNetAdpSolarisSend(gld_mac_info_t *pMacInfo, mblk_t *pMsg)
    461461{
    462     freemsgchain(pMsg);
     462    while (pMsg)
     463    {
     464        mblk_t *pMsgNext = pMsg->b_cont;
     465        pMsg->b_cont = NULL;
     466        freemsg(pMsg);
     467        pMsg = pMsgNext;
     468    }
    463469    return GLD_SUCCESS;
    464470}
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