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
c71fcf58
Commit
c71fcf58
authored
Aug 26, 1999
by
Kurt Zeilenga
Browse files
Remove use of uninitialized variable.
parent
bc1186bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldbm/dn2id.c
View file @
c71fcf58
...
...
@@ -234,8 +234,6 @@ dn2id_delete(
(
void
)
idl_delete_key
(
be
,
db
,
key
,
id
);
free
(
key
.
dptr
);
if
(
rc
==
-
1
)
break
;
}
charray_free
(
subtree
);
...
...
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