Skip to content

Commit

Permalink
Merge remote-tracking branch 'old-gitlab/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
wtoorop committed Mar 28, 2017
2 parents 95e1f0a + 6797067 commit 3e1ff33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
Thanks Siali Yan
* Spelling errors in binaries and man pages
Thanks Andreas Schulze
* removed duplicate condition in ldns_udp_send_query.

1.7.0 2016-12-20
* Fix lookup of relative names in ldns_resolver_search.
Expand Down
3 changes: 0 additions & 3 deletions net.c
Original file line number Diff line number Diff line change
Expand Up @@ -676,9 +676,6 @@ ldns_udp_send_query(ldns_buffer *qbin, int sockfd, const struct sockaddr_storage
if (bytes == -1 || (size_t)bytes != ldns_buffer_position(qbin)) {
return 0;
}
if ((size_t) bytes != ldns_buffer_position(qbin)) {
return 0;
}
return bytes;
}

Expand Down

0 comments on commit 3e1ff33

Please sign in to comment.