commit | 755c4d0f588c1bf309b7ec7bff7b7783a3c673f5 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Mon May 16 01:31:15 2011 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Mon May 16 01:31:15 2011 +0400 |
tree | fae0a80b0ffa8b1e77235c9b95133ef9e3e98092 | |
parent | eda7487ed15d4b8120674c9516e077aea9f89415 [diff] |
parse(): do not return -1 We just can't return -1 from parse(), since callers are expecting us to return ERR_* codes (and, coincidentally, -1 is ERR_DUP which doesn't make sense in this case). Use ERR_OTHER for this situation. Signed-off-by: Kir Kolyshkin <kir@openvz.org>