Call check_set_opt() from set()

We were calling check_set_opt() from parse_set_opt(). The problem is
option parsing is done too early, say before reading CT config file
so we can't do some checks that we need.

Move call to check_set_opt() to set(). To be used by the next patch.

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