db: fix bad bug in return split_success_fail()
commitad03a522848a531bcb47667418f15c01d6b5689e
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 5 Jan 2015 10:37:14 +0000 (5 13:37 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 5 Jan 2015 10:37:14 +0000 (5 13:37 +0300)
tree560028bb004c103714f2c050c4752bd1d86e175d
parent836c87a862137eee6e47a04173081fb0fe73ca57
db: fix bad bug in return split_success_fail()

If it only returned a single value then it counted as a success fail and
returned an empty value.

I don't know if this really causes a bug, because don't we ignore
impossible returns these days??

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_db.c