commit | 4f80270a1fd8a053ad5247c2e2e1f2f40e578d32 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Thu Apr 18 11:18:52 2013 -0700 |
committer | Kir Kolyshkin <kir@openvz.org> | Thu Apr 18 11:18:52 2013 -0700 |
tree | 8dfde19e40624c9af47cb344217160065a234cb2 | |
parent | da8c63191d8437926ce898d9a7b1dae2f4f1f0da [diff] |
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>