commit | 8dd69cc9989902821c806157ae07d097c5594494 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Fri Apr 27 03:39:17 2012 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Fri Apr 27 03:39:17 2012 +0400 |
tree | 9bb830a819e7703bff27bafea9f669b2206a74b8 | |
parent | 3a2be3d999870f4beb7cae6cffa4c6414e92d3ea [diff] |
vzlist: fix PRINT_STR_FIELD It was broken by commit b199f80. A negative value was passed so p_outbuffer was decremented rather than incremented. Before this patch, vzlist could not show fields that go after any of those for which we use PRINT_STR_FIELD. Signed-off-by: Kir Kolyshkin <kir@openvz.org>