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
Nadezhda Ivanova
OpenLDAP
Commits
373f9ebc
Commit
373f9ebc
authored
Feb 27, 2003
by
Kurt Zeilenga
Browse files
no SLAP_NVALUES here
parent
5640faff
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-bdb/id2entry.c
View file @
373f9ebc
...
...
@@ -204,18 +204,6 @@ int bdb_entry_return(
if
(
(
void
*
)
e
->
e_attrs
!=
(
void
*
)
(
e
+
1
))
{
attrs_free
(
e
->
e_attrs
);
}
#ifdef SLAP_NVALUES
else
{
/* nvals are not contiguous with the rest. oh well. */
Attribute
*
a
;
for
(
a
=
e
->
e_attrs
;
a
;
a
=
a
->
a_next
)
{
if
(
a
->
a_nvals
)
{
ber_bvarray_free
(
a
->
a_nvals
);
a
->
a_nvals
=
NULL
;
}
}
}
#endif
#ifndef BDB_HIER
/* See if the DNs were changed by modrdn */
...
...
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