mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
#define Statslog() also when --disable-debug (disappeared in rev 1.754)
This commit is contained in:
parent
d3dcc83bf1
commit
1c51987f87
@ -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 New Issue
Block a user