VirtualBox

Changeset 49031 in vbox for trunk/src


Ignore:
Timestamp:
Oct 10, 2013 2:13:04 PM (11 years ago)
Author:
vboxsync
Message:

Main/webservice: always use an absolute path here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/vboxweb.cpp

    r48281 r49031  
    17061706            do
    17071707            {
    1708                 rc = RTLdrLoad(filename.c_str(), &hlibAuth);
     1708                if (RTPathHavePath(filename.c_str()))
     1709                    rc = RTLdrLoad(filename.c_str(), &hlibAuth);
     1710                else
     1711                    rc = RTLdrLoadAppPriv(filename.c_str(), &hlibAuth);
     1712
    17091713                if (RT_FAILURE(rc))
    17101714                {
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