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
de3fa605
Commit
de3fa605
authored
Dec 21, 2006
by
Pierangelo Masarati
Browse files
fix typo (ITS#4784)
parent
6a4ad854
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
de3fa605
OpenLDAP 2.3 Change Log
OpenLDAP 2.3.32 Engineering
Fixed slapd-sql Debug typo (ITS#4784)
OpenLDAP 2.3.31 Release
Fixed libldap unchased referral leak (ITS#4545)
...
...
servers/slapd/back-sql/util.c
View file @
de3fa605
...
...
@@ -252,7 +252,7 @@ backsql_entry_addattr(
#ifdef BACKSQL_TRACE
Debug
(
LDAP_DEBUG_TRACE
,
"backsql_entry_addattr(
\"
%s
\"
): %s=%s
\n
"
,
e
->
e_name
.
bv_val
,
ad
->
ad_cname
->
bv_val
,
val
->
bv_val
);
e
->
e_name
.
bv_val
,
ad
->
ad_cname
.
bv_val
,
val
->
bv_val
);
#endif
/* BACKSQL_TRACE */
rc
=
attr_merge_normalize_one
(
e
,
ad
,
val
,
memctx
);
...
...
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