Fix a return code from parse()

When parsing VERBOSE= parameter in global config and malloc() failed,
we should return ERR_NOMEM which is then handled by parse() caller.

Bug is introduced by commit dbf8641e.

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