Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
9da00ad4
Commit
9da00ad4
authored
Apr 01, 2003
by
Luke Howard
Browse files
Fix SLAPI crasher
parent
97aaebd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/modify.c
View file @
9da00ad4
...
...
@@ -346,7 +346,7 @@ do_modify(
if
(
slapi_pblock_get
(
pb
,
SLAPI_RESULT_CODE
,
(
void
*
)
&
rs
->
sr_err
)
!=
0
)
{
rs
->
sr_err
=
LDAP_OTHER
;
}
ldap_mods_free
(
modv
,
1
);
slapi_x_free_ldapmods
(
modv
,
1
);
modv
=
NULL
;
goto
cleanup
;
}
...
...
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