about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedldapr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedldapr.c')
-rwxr-xr-xsrc/wrapped/wrappedldapr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedldapr.c b/src/wrapped/wrappedldapr.c
index 4863e9cd..7b5087e4 100755
--- a/src/wrapped/wrappedldapr.c
+++ b/src/wrapped/wrappedldapr.c
@@ -76,7 +76,7 @@ EXPORT int my_ldap_sasl_interactive_bind_s(x64emu_t* emu, void* ld, void* dn, vo
 
 #define CUSTOM_INIT \
     getMy(lib);         \
-    setNeededLibs(&lib->priv.w, 1, NEEDED_LIB);
+    setNeededLibs(lib, 1, NEEDED_LIB);
 
 #define CUSTOM_FINI \
     freeMy();