[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-987-ga83db88

Michael Adam obnox at samba.org
Fri Feb 22 13:34:38 GMT 2008


The branch, v4-0-test has been updated
       via  a83db886e50b6ceeb71d93bf86fb5e0964b8d45f (commit)
      from  a601ecff4e8cbf71de9f140ee2faa0b75d695559 (commit)

http://gitweb.samba.org/?samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit a83db886e50b6ceeb71d93bf86fb5e0964b8d45f
Author: Michael Adam <obnox at samba.org>
Date:   Fri Feb 22 13:53:05 2008 +0100

    libreplace: don't use socketwrapper for getifaddrs() implementations.
    
    Michael
    (cherry picked from commit 85eec1d1d6b674294c50eb912fbe7d5a1dd42909)

-----------------------------------------------------------------------

Summary of changes:
 source/lib/replace/getifaddrs.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/replace/getifaddrs.c b/source/lib/replace/getifaddrs.c
index a6f06e5..0536574 100644
--- a/source/lib/replace/getifaddrs.c
+++ b/source/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"
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list