vzctl set: fix check for --reset_ub exclusiveness

While we fiddle with argc and argv before calling parse_*_opt(),
we still have argv[0] as the executable name (see commit 5981721).

Here when we check for options we are not interested in it,
so let's skip it. This also makes previous patch to work as intended.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
1 file changed