mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 14:23:34 -05:00
ITS#8731 Make loading ldap-int.h possible from server code again
This commit is contained in:
parent
117dcbc54d
commit
e6ae7d5136
1 changed files with 3 additions and 0 deletions
|
|
@ -71,7 +71,10 @@
|
|||
# define LDAP_INT_GLOBAL_OPT() (&ldap_int_global_options)
|
||||
#endif
|
||||
|
||||
/* if used from server code, ldap_debug already points elsewhere */
|
||||
#ifndef ldap_debug
|
||||
#define ldap_debug ((LDAP_INT_GLOBAL_OPT())->ldo_debug)
|
||||
#endif /* !ldap_debug */
|
||||
|
||||
#define LDAP_INT_DEBUG
|
||||
#include "ldap_log.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue