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
fc323049
Commit
fc323049
authored
Jan 15, 2004
by
Howard Chu
Browse files
sl_malloc tweak
parent
1f6369f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/backend.c
View file @
fc323049
...
...
@@ -1312,7 +1312,7 @@ backend_group(
}
if
(
op
->
o_tag
!=
LDAP_REQ_BIND
&&
!
op
->
o_do_not_cache
)
{
g
=
sl_m
alloc
(
sizeof
(
GroupAssertion
)
+
gr_ndn
->
bv_len
,
op
->
o_tmpmemctx
);
g
=
op
->
o_tmp
alloc
(
sizeof
(
GroupAssertion
)
+
gr_ndn
->
bv_len
,
op
->
o_tmpmemctx
);
g
->
ga_be
=
op
->
o_bd
;
g
->
ga_oc
=
group_oc
;
g
->
ga_at
=
group_at
;
...
...
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