[SCM] Socket Wrapper Repository - branch master updated

Michael Adam obnox at samba.org
Tue Oct 25 11:23:13 UTC 2016


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 <asn at samba.org>
Date:   Sat Oct 22 13:42:41 2016 +0200

    swrap: Fix build on Solaris
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Michael Adam <obnox at samba.org>

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

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



More information about the samba-cvs mailing list