summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2007-12-25 12:00:53 +0100
committerVolker Lendecke <vl@samba.org>2007-12-25 12:35:44 +0100
commit1c26f38c166f7493e329835b31bc34f2e585ed46 (patch)
tree042fc0393bf14a8a0ea8f625b2c24ca9f0e12909 /source3/lib
parentb410f254f094d86d964c73e1f94449575450687f (diff)
downloadsamba-1c26f38c166f7493e329835b31bc34f2e585ed46.tar.gz
samba-1c26f38c166f7493e329835b31bc34f2e585ed46.tar.bz2
samba-1c26f38c166f7493e329835b31bc34f2e585ed46.zip
Interface detection should not go through the socket wrapper
Next try to get the build farm more in line again than it is now (This used to be commit 38e178df12d30672f74bf272338954c7917b59e3)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/interfaces.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/interfaces.c b/source3/lib/interfaces.c
index 722ab56abd..3797fc679d 100644
--- a/source3/lib/interfaces.c
+++ b/source3/lib/interfaces.c
@@ -84,6 +84,7 @@
#include <net/if.h>
#endif
+#define SOCKET_WRAPPER_NOT_REPLACE
#include "interfaces.h"
#include "lib/replace/replace.h"