The branch, master has been updated
       via  d4cdce1 swrap: Fix build on Solaris
      from  86fd744 swrap: Mark flags in swrap_accept4 as unused

https://git.samba.org/?p=socket_wrapper.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit d4cdce1ce3042746661ce93f2be2425dd9810204
Author: Andreas Schneider <[email protected]>
Date:   Sat Oct 22 13:42:41 2016 +0200

    swrap: Fix build on Solaris
    
    Signed-off-by: Andreas Schneider <[email protected]>
    Reviewed-by: Michael Adam <[email protected]>

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

Summary of changes:
 src/socket_wrapper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/src/socket_wrapper.c b/src/socket_wrapper.c
index fb92904..82d27e5 100644
--- a/src/socket_wrapper.c
+++ b/src/socket_wrapper.c
@@ -574,7 +574,7 @@ static void *swrap_load_lib_handle(enum swrap_lib lib)
                /* FALL TROUGH */
        case SWRAP_LIBSOCKET:
 #ifdef HAVE_LIBSOCKET
-               handle = swrap.libsocket_handle;
+               handle = swrap.libc.socket_handle;
                if (handle == NULL) {
                        for (i = 10; i >= 0; i--) {
                                char soname[256] = {0};


-- 
Socket Wrapper Repository

Reply via email to