VirtualBox

Changeset 17925 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Mar 16, 2009 12:23:11 PM (16 years ago)
Author:
vboxsync
Message:

Additions/Linux/vboxadd: handle internal HGCM errors (like service not available) properly during connection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/module/vboxmod.c

    r17899 r17925  
    328328            LogFunc(("hgcm connection failed.  internal ioctl result %Rrc, hgcm result %Rrc\n",
    329329                      vrc, info.result));
     330            if (rc >= 0 && info.result < 0)
     331                rc = info.result;
    330332    }
    331333    if (rc >= 0)
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