diff options
author | Jeremy Sowden <jeremy@azazel.net> | 2023-08-26 17:32:26 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2023-08-28 17:17:52 +0200 |
commit | d417ceaa947c5f7f5d691037d0abe1deca957313 (patch) | |
tree | 86184bc9ad46135ae49256eb3c5e6bd0ec6caece /doc/stats/conntrackd.conf | |
parent | e8b6646b2487b84789d1f06f5c948337a91d1230 (diff) |
`inet_aton` expects a `struct in_addr *`. In a number of calls, we pass
pointers to structs or unions which contain a `struct in_addr` member. Pass
pointers to the members instead. In another call, we pass a pointer to a
uint32_t. Cast it.
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc/stats/conntrackd.conf')
0 files changed, 0 insertions, 0 deletions