Browse Source

[trac1069] Remove experiment relict

Michal 'vorner' Vaner 14 years ago
parent
commit
803a215c66
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/lib/acl/tests/sockaddr.h

+ 1 - 2
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;