commit | 1b84054c43028955e3f9869846ebaef5d0a584dd | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Wed Mar 21 21:07:37 2012 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Wed Mar 21 21:07:37 2012 +0400 |
tree | 1f08c129b84891d6998043efc80d5cbc0227ccdf | |
parent | 6f977bfa78acb1ebc1be00813cc4c7d51fee8aa3 [diff] |
vzctl chkpnt: fix ignoring DUMPDIR We were using dumpdir from g_p, but since commit 1f6a74a this was changed to cmd_p, so we need to propagate the parameter. Assignment is non-conditional since dumpdir can't come from cmdline. Signed-off-by: Kir Kolyshkin <kir@openvz.org>