
23 Jun
2014
23 Jun
'14
8:42 a.m.
On 06/23/14 08:36, Ján Tomko wrote:
It returns NULL on failure. Checking if the negation of it is less than zero makes no sense. (Found by coverity after moving the code)
In another case, the return value wasn't checked at all. --- src/conf/domain_addr.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
ACK, Peter