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
6e3970f9
Commit
6e3970f9
authored
Jul 10, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5135
parent
54884edf
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
6e3970f9
...
@@ -19,6 +19,7 @@ OpenLDAP 2.4.11 Engineering
...
@@ -19,6 +19,7 @@ OpenLDAP 2.4.11 Engineering
Fixed slapd-meta link to slapd-ldap (ITS#5355)
Fixed slapd-meta link to slapd-ldap (ITS#5355)
Fixed slapd-sock, back-shell buffer count (ITS#5558)
Fixed slapd-sock, back-shell buffer count (ITS#5558)
Fixed slapo-dynlist dg attrs lookup (ITS#5583)
Fixed slapo-dynlist dg attrs lookup (ITS#5583)
Fixed slapo-dynlist entry release (ITS#5135)
Fixed slapo-memberof replace handling (ITS#5584)
Fixed slapo-memberof replace handling (ITS#5584)
Added slapo-nssov contrib module
Added slapo-nssov contrib module
Fixed slapo-pcache handling of negative search caches (ITS#5546)
Fixed slapo-pcache handling of negative search caches (ITS#5546)
...
...
servers/slapd/overlays/dynlist.c
View file @
6e3970f9
...
@@ -780,7 +780,7 @@ done:;
...
@@ -780,7 +780,7 @@ done:;
release:
;
release:
;
if
(
e
!=
NULL
)
{
if
(
e
!=
NULL
)
{
overlay_entry_release_ov
(
&
o
,
e
,
0
,
on
);
overlay_entry_release_ov
(
o
p
,
e
,
0
,
on
);
}
}
return
SLAP_CB_CONTINUE
;
return
SLAP_CB_CONTINUE
;
...
...
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