]> git.ipfire.org Git - thirdparty/git.git/commit - daemon.c
daemon: unbreak NO_IPV6 build regression
authorJunio C Hamano <gitster@pobox.com>
Tue, 5 May 2015 18:03:24 +0000 (11:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 May 2015 18:03:24 +0000 (11:03 -0700)
commitd358f771e3a0e78ea8ebed7edf48a12a7620c813
treed784aa7c01f85fb44de7c09626c2998cd1178b9a
parent01cec54e135c6c70bf6e1e197590749076e7cdfd
daemon: unbreak NO_IPV6 build regression

When 01cec54e (daemon: deglobalize hostname information, 2015-03-07)
wrapped the global variables such as hostname inside a struct, it
forgot to convert one location that spelled "hostname" that needs to
be updated to "hi->hostname".

This was inside NO_IPV6 block, and was not caught by anybody.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
daemon.c