summaryrefslogtreecommitdiffstats
path: root/src/socket_wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket_wrapper.c')
-rw-r--r--src/socket_wrapper.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/socket_wrapper.c b/src/socket_wrapper.c
index d4a565a..bf4828d 100644
--- a/src/socket_wrapper.c
+++ b/src/socket_wrapper.c
@@ -309,8 +309,6 @@ static void *libc_dlsym(const char *name)
{
void *func;
- libc_dlopen();
-
#ifdef HAVE_APPLE
func = dlsym(RTLD_NEXT, name);
#else