From d4cdce1ce3042746661ce93f2be2425dd9810204 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 22 Oct 2016 13:42:41 +0200 Subject: swrap: Fix build on Solaris Signed-off-by: Andreas Schneider Reviewed-by: Michael Adam --- src/socket_wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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}; -- cgit