BIND 10 trac1069, updated. 803a215c662c5a692c3b057fc7c0bae6c91b3587 [trac1069] Remove experiment relict
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jul 4 09:17:43 UTC 2011
The branch, trac1069 has been updated
via 803a215c662c5a692c3b057fc7c0bae6c91b3587 (commit)
from 18dcf1d0ec44f4ddf701d5872f6d5e493d3c4fdb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 803a215c662c5a692c3b057fc7c0bae6c91b3587
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Mon Jul 4 11:04:11 2011 +0200
[trac1069] Remove experiment relict
-----------------------------------------------------------------------
Summary of changes:
src/lib/acl/tests/sockaddr.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/acl/tests/sockaddr.h b/src/lib/acl/tests/sockaddr.h
index bac1f6e..f004f7d 100644
--- a/src/lib/acl/tests/sockaddr.h
+++ b/src/lib/acl/tests/sockaddr.h
@@ -37,8 +37,7 @@ inline const struct sockaddr&
getSockAddr(const char* const addr) {
struct addrinfo hints, *res;
memset(&hints, 0, sizeof(hints));
- //hints.ai_family = AF_UNSPEC;
- hints.ai_family = AF_INET;
+ hints.ai_family = AF_UNSPEC;
hints.ai_socktype = SOCK_STREAM;
hints.ai_flags = AI_NUMERICHOST;
More information about the bind10-changes
mailing list