Make --disable-ipv6 really do it
authorDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 11 Jun 2012 12:47:24 +0000 (13:47 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 11 Jun 2012 12:47:29 +0000 (13:47 +0100)
commitad922ae9f76d85293bd9f2277ce3b867ef49a93d
treed292c488c171e7486c14597869c13b430d8c4e9f
parent57b1ca9c2f404849e5f4d380514c031f9ae9922f
Make --disable-ipv6 really do it

Previously, it only made us stop *asking* the server for IPv6. If the server
gave us IPv6 addresses anyway on the basis that this is the 21st century and
there's no excuse for pretending otherwise (or, in practice, because my test
server is handing out hard-coded responses without looking at the request),
we were still actually using them.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
cstp.c