Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
8db24ce9
Commit
8db24ce9
authored
Apr 07, 2003
by
Howard Chu
Browse files
Fix backglue crash
parent
91b6bc60
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/result.c
View file @
8db24ce9
...
...
@@ -421,6 +421,8 @@ slap_send_ldap_result( Operation *op, SlapReply *rs )
const
char
*
otext
=
rs
->
sr_text
;
BerVarray
oref
=
rs
->
sr_ref
;
rs
->
sr_type
=
REP_RESULT
;
assert
(
!
LDAP_API_ERROR
(
rs
->
sr_err
)
&&
(
rs
->
sr_err
>=
0
));
#ifdef NEW_LOGGING
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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