VirtualBox

Changeset 57379 in vbox


Ignore:
Timestamp:
Aug 17, 2015 11:59:05 AM (10 years ago)
Author:
vboxsync
Message:

SUPDrv: clear error magic on success.

File:
1 edited

Legend:

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

    r57378 r57379  
    49114911        }
    49124912    }
    4913     SUPR0Printf("vboxdrv: %p %s\n", pImage->pvImage, pImage->szName);
    4914 
    4915     if (RT_FAILURE(rc))
     4913    if (RT_SUCCESS(rc))
     4914    {
     4915        SUPR0Printf("vboxdrv: %p %s\n", pImage->pvImage, pImage->szName);
     4916        pReq->u.Out.uErrorMagic = 0;
     4917        pReq->u.Out.szError[0]  = '\0';
     4918    }
     4919    else
    49164920    {
    49174921        /* Inform the tracing component in case ModuleInit registered TPs. */
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