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>
1 file changed