]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
sqlite3: correct binding of ipv4 addresses and 64-bit integers
authorJeremy Sowden <jeremy@azazel.net>
Mon, 21 Aug 2023 19:42:35 +0000 (20:42 +0100)
committerFlorian Westphal <fw@strlen.de>
Thu, 14 Sep 2023 12:22:49 +0000 (14:22 +0200)
commit40517221e15e7518980b582cecf290bc5880064e
tree37e4d7e4cf3385ef1d2af8688c5b47ed1b648f16
parentc6b8755b29e9dd4067a4c9031226f214af8ead30
sqlite3: correct binding of ipv4 addresses and 64-bit integers

Hitherto we have bound ipv4 addresses as 64-bit ints and 64-bit ints as
32-bit.

Move a `ULOGD_RET_BOOL` case for consistency and fix some nearby
formatting.

Fix some nearby formatting.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Florian Westphal <fw@strlen.de>
output/sqlite3/ulogd_output_SQLITE3.c