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
Robert Dubner
OpenLDAP
Commits
bd756bff
Commit
bd756bff
authored
Jan 03, 1999
by
Kurt Zeilenga
Browse files
Import fix for ITS#31: slapd/ldbm/delete initialization bug
parent
e44c8c2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
bd756bff
...
...
@@ -3,6 +3,7 @@ OpenLDAP Change Log
Changes included in OpenLDAP 1.1.x
CVS Tag: OPENLDAP_REL_ENG_1_1
Fixed slapd/strtok needs mutex bug
Fixed slapd/ldbm/delete initialization bug (ITS#31)
Build environment
Fixed doc/man reinstall bug
...
...
servers/slapd/back-ldbm/delete.c
View file @
bd756bff
...
...
@@ -22,7 +22,7 @@ ldbm_back_delete(
struct
ldbminfo
*
li
=
(
struct
ldbminfo
*
)
be
->
be_private
;
char
*
matched
;
char
*
pdn
=
NULL
;
Entry
*
e
,
*
p
;
Entry
*
e
,
*
p
=
NULL
;
Debug
(
LDAP_DEBUG_ARGS
,
"==> ldbm_back_delete: %s
\n
"
,
dn
,
0
,
0
);
...
...
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