vzlist: fix swapping cpulimit and cpuunits for stopped CTs

Here is how the bug manifests:

	$ grep CPU /etc/vz/conf/101.conf
	CPUUNITS="101"
	CPULIMIT="10100"
	$ vzlist -S -oveid,cpulimit,cpuunits 101
	      CTID  CPULIM  CPUUNI
	       101     101   10100

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
1 file changed