]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
output: IPFIX: correct format specifiers
authorJeremy Sowden <jeremy@azazel.net>
Sun, 21 Nov 2021 20:41:39 +0000 (20:41 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 23 Nov 2021 13:24:53 +0000 (14:24 +0100)
commit03914ed909e377bed67479252269fedb9c696e04
tree581e4b46168520e6e97086c86b718ee721fb7c6c
parentaf6ac4fe7e5b32a4f74eae0d6410599c65a60e03
output: IPFIX: correct format specifiers

There are a couple of logging calls which use the wrong specifiers for
their integer arguments.  Change the specifiers to match the arguments.

Use the correct type for the variable holding the return-value of
`send(2)`.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
output/ipfix/ulogd_output_IPFIX.c