commit | aa84f2f0354f02cf33bed406eeb6026743ab72c7 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Wed Feb 13 16:47:51 2013 -0800 |
committer | Kir Kolyshkin <kir@openvz.org> | Wed Feb 13 16:48:19 2013 -0800 |
tree | a381caa74ed49c017f5853c8c30889e3c8422a4c | |
parent | fbe8374dfb1bbab24adff01b9b7fdacd92ed3c02 [diff] |
vzctl: fix check for VEID_MAX Commit af42bbd introduced check for CTID < VEID_MAX. Apparently this check was only performed if CTID supplied was a name, i.e. after name -> CTID conversion. Fix it by moving the check out of if statement. Signed-off-by: Kir Kolyshkin <kir@openvz.org>