VirtualBox

Changeset 41602 in vbox for trunk


Ignore:
Timestamp:
Jun 6, 2012 4:44:14 PM (13 years ago)
Author:
vboxsync
Message:

VBoxBalloonCtrl: shadow variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxModBallooning.cpp

    r41422 r41602  
    138138    if (!ulBalloonMax)
    139139    {
    140         int rc = cfgGetValueULong(g_pVirtualBox, rptrMachine,
     140        int vrc = cfgGetValueULong(g_pVirtualBox, rptrMachine,
    141141                                  "VBoxInternal/Guest/BalloonSizeMax", "VBoxInternal/Guest/BalloonSizeMax", &ulBalloonMax, 0 /* Ballooning disabled */);
    142         if (RT_FAILURE(rc))
     142        if (RT_FAILURE(vrc))
    143143        {
    144144            /* Try (new) VBoxWatch per-VM approach. */
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