Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
1c51987f
Commit
1c51987f
authored
Apr 16, 2006
by
Hallvard Furuseth
Browse files
#define Statslog() also when --disable-debug (disappeared in rev 1.754)
parent
d3dcc83b
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/slap.h
View file @
1c51987f
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment