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
3fbee54f
Commit
3fbee54f
authored
Oct 27, 1999
by
Kurt Zeilenga
Browse files
Remove lint
parent
448fc0e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/acl.c
View file @
3fbee54f
...
...
@@ -195,7 +195,6 @@ acl_get(
regmatch_t
*
matches
)
{
AccessControl
*
next
;
assert
(
e
!=
NULL
);
assert
(
count
!=
NULL
);
...
...
@@ -592,8 +591,6 @@ acl_check_modlist(
}
for
(
;
mlist
!=
NULL
;
mlist
=
mlist
->
ml_next
)
{
regmatch_t
matches
[
MAXREMATCHES
];
/* the lastmod attributes are ignored by ACL checking */
if
(
oc_check_no_usermod_attr
(
mlist
->
ml_type
)
)
{
Debug
(
LDAP_DEBUG_ACL
,
"Operational attribute: %s access allowed
\n
"
,
...
...
servers/slapd/back-ldbm/search.c
View file @
3fbee54f
...
...
@@ -128,7 +128,7 @@ ldbm_back_search(
be
->
be_sizelimit
:
slimit
;
}
if
(
scope
==
LDAP_SCOPE_BASE
)
{
if
(
scope
==
LDAP_SCOPE_BASE
)
{
candidates
=
base_candidate
(
be
,
e
);
}
else
{
...
...
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