Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
5dc053c6
Commit
5dc053c6
authored
Sep 06, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5688
parent
cfece3a7
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
5dc053c6
...
...
@@ -14,6 +14,7 @@ OpenLDAP 2.4.12 Engineering
Fixed slapd objectClass canonicalization (ITS#5681)
Fixed slapd objectClass termination (ITS#5682)
Fixed slapd overlay control registration (ITS#5649)
Fixed slapd spurious text output (ITS#5688)
Fixed slapd socket closing on Windows (ITS#5606)
Fixed slapd sortvals comparison (ITS#5578)
Fixed slapd syncrepl contextCSN detection (ITS#5675)
...
...
servers/slapd/ava.c
View file @
5dc053c6
...
...
@@ -111,6 +111,7 @@ get_ava(
Debug
(
LDAP_DEBUG_FILTER
,
"get_ava: illegal value for attributeType %s
\n
"
,
type
.
bv_val
,
0
,
0
);
ber_dupbv_x
(
&
aa
->
aa_value
,
&
value
,
op
->
o_tmpmemctx
);
*
text
=
NULL
;
rc
=
LDAP_SUCCESS
;
}
...
...
servers/slapd/filter.c
View file @
5dc053c6
...
...
@@ -478,6 +478,7 @@ return_error:
return
rc
;
}
*
text
=
NULL
;
rc
=
LDAP_SUCCESS
;
}
...
...
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