commit | 42b34bf8839e07cb34c1e46b490a443774cc7e10 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Thu Aug 25 01:51:55 2011 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Thu Aug 25 01:51:55 2011 +0400 |
tree | 6c67db8d0db13edbc9546b3eafec8cd3edb7a1ef | |
parent | 1bc4e8a20644b65943dd73b6927e06742c72e5c7 [diff] |
bin/vzubc: fix -i/-r modes for 0th beancounter Problem: # ./vzubc -i -c -r -q 0 Error: can not use relative/incremental modes: BCID is unknown Cause: commit 50c173f4871e Solution: fix check for bcid to be less than zero, initialize bcid to -1 at BEGIN. Signed-off-by: Kir Kolyshkin <kir@openvz.org>