mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
remove LDAP_Debug macro
This commit is contained in:
parent
7f888171f7
commit
3e0cc38404
@ -50,6 +50,9 @@
|
||||
#define Debug( level, fmt, arg1, arg2, arg3 ) \
|
||||
ldap_log_printf( NULL, (level), (fmt), (arg1), (arg2), (arg3) )
|
||||
|
||||
#define LDAP_Debug( subsystem, level, fmt, arg1, arg2, arg3 )\
|
||||
ldap_log_printf( NULL, (level), (fmt), (arg1), (arg2), (arg3) )
|
||||
|
||||
#include "ldap.h"
|
||||
|
||||
#include "ldap_pvt.h"
|
||||
|
Loading…
Reference in New Issue
Block a user