db: use correct variable in mem_sql()
commit8f02de5cb77b9b8724304ced898d02144547a0ee
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 21 Feb 2013 07:08:44 +0000 (21 10:08 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 21 Feb 2013 07:08:44 +0000 (21 10:08 +0300)
treed7bc34dc569cadb0e73a3832bf8dabd03a2ddb21
parent34b86ebd003120fede04bcef18b1280cb1f6bd4d
db: use correct variable in mem_sql()

This compiles and works because all the functions which use this macro
have a "callback" variable, but "call_back" was intended.

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