r26404: Disable socket wrapper for the interface detection code to work around the...
authorJelmer Vernooij <jelmer@samba.org>
Tue, 11 Dec 2007 21:23:28 +0000 (22:23 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:49:36 +0000 (05:49 +0100)
Ideally, we should be implementing the SIOCGIFCONF and SIOCGIFADDR ioctls in socket wrapper.
(This used to be commit 035c4831003d5b5310f0874e712ef66ba3e78e34)

source4/lib/socket/netif.c

index c9f43e811a83fde9d3bd0ba4160dce1c30f36144..d85bf4c71635c8596ad2e57f2985db859015ed62 100644 (file)
@@ -29,6 +29,7 @@
 
 */
 
+#define SOCKET_WRAPPER_NOT_REPLACE
 #ifndef AUTOCONF_TEST
 #include "includes.h"
 #endif