VirtualBox

Changeset 26904 in vbox for trunk/src


Ignore:
Timestamp:
Mar 1, 2010 10:38:22 AM (15 years ago)
Author:
vboxsync
Message:

Additions/VBoxService: don't fail if ballooning isn't available

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceBalloon.cpp

    r26562 r26904  
    7171        VBoxServiceVerbose(3, "VBoxMemBalloonInit: VbglR3MemBalloonRefresh failed with %d\n", rc);
    7272
    73     return rc;
     73    /* We shouldn't fail here if ballooning isn't available. This can have several reasons,
     74     * for instance, host too old  (which is not that fatal). */
     75    return VINF_SUCCESS;
    7476}
    7577
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