From 0b8ec6de02002e013775a1ba2d012a93e0950617 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 11 Dec 2007 22:23:28 +0100 Subject: r26404: Disable socket wrapper for the interface detection code to work around the fact that the ioctls for enumerating interfaces are not very reliable when used on unix domain sockets. Ideally, we should be implementing the SIOCGIFCONF and SIOCGIFADDR ioctls in socket wrapper. (This used to be commit 035c4831003d5b5310f0874e712ef66ba3e78e34) --- source4/lib/socket/netif.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib') diff --git a/source4/lib/socket/netif.c b/source4/lib/socket/netif.c index c9f43e811a..d85bf4c716 100644 --- a/source4/lib/socket/netif.c +++ b/source4/lib/socket/netif.c @@ -29,6 +29,7 @@ */ +#define SOCKET_WRAPPER_NOT_REPLACE #ifndef AUTOCONF_TEST #include "includes.h" #endif -- cgit