diff options
Diffstat (limited to 'src/wrapped/wrappedldapr.c')
| -rw-r--r-- | src/wrapped/wrappedldapr.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wrapped/wrappedldapr.c b/src/wrapped/wrappedldapr.c index 7b5087e4..fbaee982 100644 --- a/src/wrapped/wrappedldapr.c +++ b/src/wrapped/wrappedldapr.c @@ -41,10 +41,10 @@ GO(4) // LDAP_SASL_INTERACT_PROC ... #define GO(A) \ -static uintptr_t my_LDAP_SASL_INTERACT_PROC_fct_##A = 0; \ -static int my_LDAP_SASL_INTERACT_PROC_##A(void* a, unsigned b, void* c, void* d) \ -{ \ - return RunFunction(my_context, my_LDAP_SASL_INTERACT_PROC_fct_##A, 4, a, b, c, d); \ +static uintptr_t my_LDAP_SASL_INTERACT_PROC_fct_##A = 0; \ +static int my_LDAP_SASL_INTERACT_PROC_##A(void* a, unsigned b, void* c, void* d) \ +{ \ + return RunFunctionFmt(my_LDAP_SASL_INTERACT_PROC_fct_##A, "pupp", a, b, c, d); \ } SUPER() #undef GO |