VirtualBox

Changeset 4987 in vbox for trunk


Ignore:
Timestamp:
Sep 24, 2007 3:45:56 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
24762
Message:

Reading the GIP request rc from the wrong place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r4922 r4987  
    248248                            rc = suplibOsIOCtl(SUP_IOCTL_GIP_MAP, &GipMapReq, SUP_IOCTL_GIP_MAP_SIZE);
    249249                            if (RT_SUCCESS(rc))
    250                                 rc = pFuncsReq->Hdr.rc;
     250                                rc = GipMapReq.Hdr.rc;
    251251                            if (RT_SUCCESS(rc))
    252252                            {
Note: See TracChangeset for help on using the changeset viewer.

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