From: Willem Toorop Date: Mon, 15 Jul 2019 11:27:50 +0000 (+0200) Subject: Should have compiled before pushing ;) X-Git-Tag: release-1.7.1-rc1~9^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e472932f88cabd3cc42635b047a23a55a360c340;p=thirdparty%2Fldns.git Should have compiled before pushing ;) --- 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; }