c2600ba rgmanager: Fix stack overflows on stress testing

Authored and Committed by lon 14 years ago
    rgmanager: Fix stack overflows on stress testing
    
    S/Lang requires you to eat all the values on the
    stack if not assigned, or you can discard all values,
    but you can't take 2/5 without explicitly discarding
    the other three.
    
    Signed-off-by: Lon Hohberger <lhh@redhat.com>