mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
#define Statslog() also when --disable-debug (disappeared in rev 1.754)
This commit is contained in:
parent
d3dcc83bf1
commit
1c51987f87
1 changed files with 1 additions and 0 deletions
|
|
@ -2693,6 +2693,7 @@ typedef struct slap_conn {
|
|||
} while (0)
|
||||
#define StatslogTest( level ) (ldap_debug & (level))
|
||||
#else
|
||||
#define Statslog( level, fmt, connid, opid, arg1, arg2, arg3 ) ((void) 0)
|
||||
#define StatslogTest( level ) (0)
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue