aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/config.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tools/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/config.c b/src/tools/config.c
index 20bd22a..e95626c 100644
--- a/src/tools/config.c
+++ b/src/tools/config.c
@@ -66,7 +66,7 @@ static inline uint16_t parse_port(const char *value)
.ai_family = AF_UNSPEC,
.ai_socktype = SOCK_DGRAM,
.ai_protocol = IPPROTO_UDP,
- .ai_flags = AI_ADDRCONFIG | AI_PASSIVE
+ .ai_flags = AI_PASSIVE
};
if (!strlen(value)) {