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
1b9d68d6
Commit
1b9d68d6
authored
Apr 06, 2006
by
Kurt Zeilenga
Browse files
cleanup
parent
b03d8abc
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/controls.c
View file @
1b9d68d6
...
...
@@ -420,7 +420,7 @@ get_supported_controls(char ***ctrloidsp,
}
masks
=
(
slap_mask_t
*
)
SLAP_MALLOC
(
(
n
+
1
)
*
sizeof
(
slap_mask_t
)
);
if
(
masks
==
NULL
)
{
ch_free
(
oids
);
SLAP_FREE
(
oids
);
return
LDAP_NO_MEMORY
;
}
...
...
servers/slapd/root_dse.c
View file @
1b9d68d6
...
...
@@ -214,7 +214,6 @@ root_dse_info(
=
slap_schema
.
si_ad_ref
;
e
=
(
Entry
*
)
SLAP_CALLOC
(
1
,
sizeof
(
Entry
)
);
if
(
e
==
NULL
)
{
Debug
(
LDAP_DEBUG_ANY
,
"root_dse_info: SLAP_CALLOC failed"
,
0
,
0
,
0
);
...
...
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