summaryrefslogtreecommitdiff
path: root/source3
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:13:28 +0100
commit0f0998a06b3444fab45942563079c445f50ec955 (patch)
tree30fd7826758c352e11d7a9601a748846e18ef1b3 /source3
parent6a27493578a8851525c84485cc673756a4376955 (diff)
downloadsamba-0f0998a06b3444fab45942563079c445f50ec955.tar.gz
samba-0f0998a06b3444fab45942563079c445f50ec955.tar.bz2
samba-0f0998a06b3444fab45942563079c445f50ec955.zip
libreplace: don't use socketwrapper for getifaddrs() implementations.
Michael (This used to be commit 85eec1d1d6b674294c50eb912fbe7d5a1dd42909)
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/replace/getifaddrs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/replace/getifaddrs.c b/source3/lib/replace/getifaddrs.c
index a6f06e545f..053657475d 100644
--- a/source3/lib/replace/getifaddrs.c
+++ b/source3/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"