]> git.saurik.com Git - apt.git/commit - methods/connect.cc
allow getaddrinfo flag AI_ADDRCONFIG to be disabled
authorDavid Kalnischkies <david@kalnischkies.de>
Tue, 3 Nov 2015 15:05:14 +0000 (16:05 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 4 Nov 2015 17:42:28 +0000 (18:42 +0100)
commit23d35ec15a849ee755f51a99939b0131e8faefa5
treeafd33d375029dd10dc29b4b9528c5809e32a4252
parentce1f3a2c616b86da657c1c796efa5f4d18c30c39
allow getaddrinfo flag AI_ADDRCONFIG to be disabled

This flags is generally handy to avoid having to deal with ipv6 results on an
ipv4-only system, but it prevents e.g. the testcases from working if the
testsystem has no configured address at the moment (expect loopback), so
allow it to be sidestepped and let the testcases sidestep it.

Git-Dch: Ignore
methods/connect.cc
test/integration/framework