From b32800e33ec16f7c592fa09b1a8b1f30a2e9df77 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Fri, 19 Jun 2020 00:07:33 +0200 Subject: Add an addrstr to struct sockaddr_in46, rename to struct saddr --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 4c3955f..1868217 100644 --- a/config.h +++ b/config.h @@ -18,7 +18,7 @@ struct cfg_key_value_map { union cfg_value { const char *str; uint16_t uint16; - struct list_head addrs; + struct list_head saddrs; bool boolean; }; -- cgit v1.2.3