]> git.ipfire.org Git - location/libloc.git/commit
database: Fix checking pointer
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 19 Oct 2019 10:53:34 +0000 (11:53 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 19 Oct 2019 10:53:34 +0000 (11:53 +0100)
commit435b621ee4f2c2041d95910de7a33279f38aa3e2
tree1f167cf80fd3d15174c2ea0ac19f1ec781318fc6
parent2e2325a9aa4987d23fbc711234cbd20486143ef2
database: Fix checking pointer

This always evaluated to true which is not what was intended here.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/database.c