Stop passing "http" to getaddrinfo in the case when we only need an IP
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 7 Dec 2012 19:04:20 +0000 (19:04 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 7 Dec 2012 19:04:20 +0000 (19:04 +0000)
commit712ecaa057b431ab141bb9864096d6fa49d6c581
tree203df0107fd6f2dfa22204d1400898cb53b16de5
parent9039a573e839b8e3535001da1cd6bc7ff0482f83
Stop passing "http" to getaddrinfo in the case when we only need an IP
address. It's legal to pass NULL as a service string, so I don't know
why I didn't do that in the first place.

git-svn-id: svn://svn.tartarus.org/sgt/agedu@9722 cda61777-01e9-0310-a592-d414129be87e
httpd.c