1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

r7913: prevent recursion in the socket wrapper code

(This used to be commit c1a0c2042d5bfce5781197919482481c007ff1b3)
This commit is contained in:
Andrew Tridgell 2005-06-26 00:20:22 +00:00 committed by Gerald (Jerry) Carter
parent 8c53aba485
commit eb11eeb5db

View File

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