commit | ac512872c95a5029319740928ccca71eefdf631d | [log] [download] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@openvz.org> | Sat Jul 10 15:39:03 2010 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Sat Jul 24 00:55:51 2010 +0400 |
tree | d26832c0733724e4290e908c53e489690c18613d | |
parent | 9bf50dc30bf4e23c79bf25976b7bc07709ea3a0a [diff] |
config parsing: Return correct error code on memory error In case if memory has not been granted ERR_INVAL is not correct from user point of view. Since the real reason is lack of memory. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>