libreplace: don't use socketwrapper for getifaddrs() implementations.
authorMichael Adam <obnox@samba.org>
Fri, 22 Feb 2008 12:53:05 +0000 (13:53 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 22 Feb 2008 13:33:51 +0000 (14:33 +0100)
Michael
(cherry picked from commit 85eec1d1d6b674294c50eb912fbe7d5a1dd42909)

source/lib/replace/getifaddrs.c

index a6f06e545f9808aff0c1e5593ea097ea26c959c5..053657475d8fa0214bedecabc773a19d116f7e7a 100644 (file)
@@ -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"