mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 10:07:56 -05:00
remove LDAP_Debug macro
This commit is contained in:
parent
7f888171f7
commit
3e0cc38404
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue