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
9792d564
Commit
9792d564
authored
Dec 16, 2009
by
Quanah Gibson-Mount
Browse files
ITS#6403
parent
dcc285e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
9792d564
...
...
@@ -10,6 +10,7 @@ OpenLDAP 2.4.21 Engineering
Fixed slapd-config Adds with Abstract classes (ITS#6408)
Fixed slapo-dynlist behavior with simple filters (ITS#6421)
Fixed slapd-ldif access outside database directory (ITS#6414)
Fixed slapd-null extraneous assert (ITS#6403)
Fixed slapo-translucent with back-null (ITS#6403)
Fixed slapo-unique criteria checking (ITS#6270)
Build Environment
...
...
servers/slapd/back-null/null.c
View file @
9792d564
...
...
@@ -234,8 +234,6 @@ null_back_entry_get(
int
rw
,
Entry
**
ent
)
{
assert
(
*
ent
==
NULL
);
/* don't admit the object isn't there */
return
oc
||
at
?
LDAP_NO_SUCH_ATTRIBUTE
:
LDAP_BUSY
;
}
...
...
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