commit | 6f977bfa78acb1ebc1be00813cc4c7d51fee8aa3 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Wed Mar 21 19:54:58 2012 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Wed Mar 21 19:55:25 2012 +0400 |
tree | bb885e25b890478a3c80a6e3e6f03e128b81a0d2 | |
parent | 67f626c06fe0a6c841b4e1a3a65db2fdda2c31ab [diff] |
src/vzctl-actions.c: fix a compiler warning With newer gcc we have this: vzctl-actions.c: In function ‘parse_chkpnt_opt’: vzctl-actions.c:406:9: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable] Fix it. Signed-off-by: Kir Kolyshkin <kir@openvz.org>