From e472932f88cabd3cc42635b047a23a55a360c340 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Mon, 15 Jul 2019 13:27:50 +0200 Subject: [PATCH] Should have compiled before pushing ;) --- net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.c b/net.c index 13bfc972..0656c1cb 100644 --- a/net.c +++ b/net.c @@ -434,7 +434,7 @@ ldns_udp_bgsend(ldns_buffer *qbin, const struct sockaddr_storage *to , socklen_t tolen, struct timeval timeout) { - s = ldns_udp_bgsend_from(qbin, to, tolen, NULL, 0, timeout); + int s = ldns_udp_bgsend_from(qbin, to, tolen, NULL, 0, timeout); return s > 0 ? s : 0; } -- 2.47.3