1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-07 12:23:51 +03:00

r22602: s/HAVE_SOCKET_IPV6/HAVE_IPV6/ to match the define used by Heimdal.

This commit is contained in:
Jelmer Vernooij
2007-04-30 11:27:41 +00:00
committed by Gerald (Jerry) Carter
parent 3064d881e3
commit 5ff665b653
3 changed files with 3 additions and 3 deletions

View File

@@ -426,7 +426,7 @@ _PUBLIC_ const struct socket_ops *socket_getops_byname(const char *family, enum
return socket_ipv4_ops(type);
}
#if HAVE_SOCKET_IPV6
#if HAVE_IPV6
if (strcmp("ipv6", family) == 0) {
if (lp_parm_bool(-1, "socket", "noipv6", False)) {
DEBUG(3, ("IPv6 support was disabled in smb.conf"));