- Timestamp:
- Jun 6, 2012 4:44:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxModBallooning.cpp
r41422 r41602 138 138 if (!ulBalloonMax) 139 139 { 140 int rc = cfgGetValueULong(g_pVirtualBox, rptrMachine,140 int vrc = cfgGetValueULong(g_pVirtualBox, rptrMachine, 141 141 "VBoxInternal/Guest/BalloonSizeMax", "VBoxInternal/Guest/BalloonSizeMax", &ulBalloonMax, 0 /* Ballooning disabled */); 142 if (RT_FAILURE( rc))142 if (RT_FAILURE(vrc)) 143 143 { 144 144 /* Try (new) VBoxWatch per-VM approach. */
Note:
See TracChangeset
for help on using the changeset viewer.