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
c5b4cd67
Commit
c5b4cd67
authored
Sep 12, 2015
by
Howard Chu
Browse files
Revert "ITS#8240"
This reverts commit
d65d34cc
. This reverts commit
2cf4758d
.
parent
d65d34cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
c5b4cd67
OpenLDAP 2.4 Change Log
OpenLDAP 2.4.43 Engineering
Fixed liblber remove obsolete assert (ITS#8240)
Fixed slap tools minor one time memory leak (ITS#8082)
Fixed slapd to avoid redundant processing of abandon ops (ITS#8232)
Fixed slapd syncrepl segv when present list is NULL (ITS#8231, ITS#8042)
...
...
libraries/liblber/io.c
View file @
c5b4cd67
...
...
@@ -679,7 +679,7 @@ done:
return
(
ber
->
ber_tag
);
}
/* invalid input
*/
assert
(
0
);
/* ber structure is messed up ?
*/
return
LBER_DEFAULT
;
}
...
...
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