The branch, master has been updated
       via  74707e8e8e1be2cbaa71fb0442957be2e663cbde (commit)
      from  a2ef1fee69771f58c27604ef213405031f42ff96 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 74707e8e8e1be2cbaa71fb0442957be2e663cbde
Author: Stefan Metzmacher <[email protected]>
Date:   Tue Apr 14 12:45:48 2009 +0200

    socket_wrapper: fix the build on systems without ipv6 support
    
    metze

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

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


Changeset truncated at 500 lines:

diff --git a/lib/socket_wrapper/socket_wrapper.c 
b/lib/socket_wrapper/socket_wrapper.c
index d3853de..d809d8a 100644
--- a/lib/socket_wrapper/socket_wrapper.c
+++ b/lib/socket_wrapper/socket_wrapper.c
@@ -1102,8 +1102,10 @@ static uint8_t *swrap_marshall_packet(struct socket_info 
*si,
        switch (si->family) {
        case AF_INET:
                break;
+#ifdef HAVE_IPV6
        case AF_INET6:
                break;
+#endif
        default:
                return NULL;
        }


-- 
Samba Shared Repository

Reply via email to