From 6784ed26d1a76c04ca27ec9badf4fbc32af29332 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 23 Jun 2020 11:25:46 +0100 Subject: [Minor] Replace in6_addr_t with struct in6_addr as defined by POSIX --- src/libutil/addr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libutil/addr.h') diff --git a/src/libutil/addr.h b/src/libutil/addr.h index 483ad9434..010291008 100644 --- a/src/libutil/addr.h +++ b/src/libutil/addr.h @@ -86,7 +86,7 @@ rspamd_inet_addr_t *rspamd_inet_address_from_rnds ( /** * Parse string with ipv6 address of length `len` to `target` which should be - * at least sizeof (in6_addr_t) + * at least sizeof (struct in6_addr) * @param text input string * @param len length of `text` (if 0, then `text` must be zero terminated) * @param target target structure -- cgit v1.2.3