summaryrefslogtreecommitdiff
path: root/source4/lib/replace
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-02-22 13:53:05 +0100
committerMichael Adam <obnox@samba.org>2008-02-22 14:33:51 +0100
commite9b0056586f6e57d4d1243c5622c568497e04d38 (patch)
treefdb6fba9f2af7fd706d2aa6925e9e3d1d63976e6 /source4/lib/replace
parent3fa76092e6cc48098f8da56452446791d09c76b5 (diff)
downloadsamba-e9b0056586f6e57d4d1243c5622c568497e04d38.tar.gz
samba-e9b0056586f6e57d4d1243c5622c568497e04d38.tar.bz2
samba-e9b0056586f6e57d4d1243c5622c568497e04d38.zip
libreplace: don't use socketwrapper for getifaddrs() implementations.
Michael (cherry picked from commit 85eec1d1d6b674294c50eb912fbe7d5a1dd42909) (This used to be commit a83db886e50b6ceeb71d93bf86fb5e0964b8d45f)
Diffstat (limited to 'source4/lib/replace')
-rw-r--r--source4/lib/replace/getifaddrs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/replace/getifaddrs.c b/source4/lib/replace/getifaddrs.c
index a6f06e545f..053657475d 100644
--- a/source4/lib/replace/getifaddrs.c
+++ b/source4/lib/replace/getifaddrs.c
@@ -19,6 +19,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#define SOCKET_WRAPPER_NOT_REPLACE
+
#include "replace.h"
#include "system/network.h"