diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-11 22:23:28 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:49:36 +0100 |
commit | 035c4831003d5b5310f0874e712ef66ba3e78e34 (patch) | |
tree | 26c60f51ac88beb9459c1d758172f1e803969ea8 /source/lib/socket | |
parent | 32b44e10747d704ce9a21cb8d34606cb0e41efab (diff) | |
download | samba-035c4831003d5b5310f0874e712ef66ba3e78e34.tar.gz |
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.
Diffstat (limited to 'source/lib/socket')
-rw-r--r-- | source/lib/socket/netif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/lib/socket/netif.c b/source/lib/socket/netif.c index c9f43e811a8..d85bf4c7163 100644 --- a/source/lib/socket/netif.c +++ b/source/lib/socket/netif.c @@ -29,6 +29,7 @@ */ +#define SOCKET_WRAPPER_NOT_REPLACE #ifndef AUTOCONF_TEST #include "includes.h" #endif |