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
openldap
OpenLDAP
Commits
2c89c53c
Commit
2c89c53c
authored
Nov 29, 2004
by
Pierangelo Masarati
Browse files
fix typo
parent
873a5b73
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-sql/entry-id.c
View file @
2c89c53c
...
...
@@ -585,7 +585,7 @@ next:;
return
rc
;
}
if
(
(
bsi
->
bsi_flags
|
BSQL_SF_ALL_OPER
)
if
(
(
bsi
->
bsi_flags
&
BSQL_SF_ALL_OPER
)
||
an_find
(
bsi
->
bsi_attrs
,
&
AllOper
)
)
{
rc
=
attr_merge_normalize_one
(
bsi
->
bsi_e
,
slap_schema
.
si_ad_structuralObjectClass
,
...
...
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