Project

General

Profile

Feature #678 ยป https-bind-to-IPv6.patch

Patch to fix Ticket 678 -- prgaikar - Anonymous, 2007-03-22 11:53

View differences:

lighttpd-1.4.13/src/network.c 2007-03-21 08:02:43.812176788 -0500
return -1;
}
if (*host == '\0') host = NULL;
if (*host == '\0') {
host = NULL;
if( 1 == ( **(srv->config_storage) ).use_ipv6 ) s->use_ipv6 = 1;
}
if (is_unix_domain_socket) {
#ifdef HAVE_SYS_UN_H
    (1-1/1)