Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
c4fd3ed5
Commit
c4fd3ed5
authored
Feb 10, 2009
by
Quanah Gibson-Mount
Browse files
ITS#5392
parent
ed00b49b
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
c4fd3ed5
...
...
@@ -26,6 +26,7 @@ OpenLDAP 2.4.14 Engineering
Fixed slapd epoll handling (ITS#5886)
Fixed slapd frontend/backend options handling (ITS#5857)
Fixed slapd glue with MMR (ITS#5925)
Fixed slapd logging on Windows (ITS#5392)
Fixed slapd listener comparison (ITS#5613)
Fixed slapd manageDSAit with glue entries (ITS#5921)
Fixed slapd syncrepl rename handling (ITS#5809)
...
...
servers/slapd/slap.h
View file @
c4fd3ed5
...
...
@@ -2887,7 +2887,7 @@ struct Connection {
#define Statslog( level, fmt, connid, opid, arg1, arg2, arg3 ) \
do { \
if ( ldap_debug & (level) ) \
fprintf( stderr
, (fmt), (connid), (opid), (arg1), (arg2), (arg3) );\
lutil_debug( ldap_debug, (level)
, (fmt), (connid), (opid), (arg1), (arg2), (arg3) );\
} while (0)
#define StatslogTest( level ) (ldap_debug & (level))
#endif
/* !LDAP_SYSLOG */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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