1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r7913: prevent recursion in the socket wrapper code

This commit is contained in:
Andrew Tridgell 2005-06-26 00:20:22 +00:00 committed by Gerald (Jerry) Carter
parent c5bccbc366
commit c1a0c2042d

View File

@ -21,6 +21,7 @@
#ifdef _SAMBA_BUILD_
#include "includes.h"
#undef SOCKET_WRAPPER
#include "system/network.h"
#include "system/filesys.h"
#else