1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-31 12:23:52 +03:00

r24992: Remove some uses of lp_*().

This commit is contained in:
Jelmer Vernooij
2007-09-07 11:47:03 +00:00
committed by Gerald (Jerry) Carter
parent 9a444caa5a
commit a5a1a55405
5 changed files with 13 additions and 18 deletions

View File

@@ -429,10 +429,6 @@ _PUBLIC_ const struct socket_ops *socket_getops_byname(const char *family, enum
#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"));
return NULL;
}
return socket_ipv6_ops(type);
}
#endif