VirtualBox

Ignore:
Timestamp:
May 17, 2007 3:07:36 PM (18 years ago)
Author:
vboxsync
Message:

do not swallow errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/Init.cpp

    r2194 r2698  
    172172    {
    173173        /* Obtain VMMDev port via IOCTL to VBoxGuest main driver. */
    174         vbglQueryVMMDevPort ();
     174        rc = vbglQueryVMMDevPort ();
    175175
    176176#ifdef VBOX_HGCM
    177         rc = vbglHGCMInit ();
     177        if (VBOX_SUCCESS(rc))
     178        {
     179            rc = vbglHGCMInit ();
     180        }
    178181#endif
    179182
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