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
0939260b
Commit
0939260b
authored
Jul 21, 2007
by
Howard Chu
Browse files
Set e_ocflags on dummy context entry
parent
8afda130
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-bdb/search.c
View file @
0939260b
...
...
@@ -360,6 +360,7 @@ bdb_search( Operation *op, SlapReply *rs )
ei_root
.
bei_parent
=
&
ei_root
;
e_root
.
e_private
=
&
ei_root
;
e_root
.
e_id
=
0
;
e_root
.
e_ocflags
=
SLAP_OC_GLUE
|
SLAP_OC__END
;
BER_BVSTR
(
&
e_root
.
e_nname
,
""
);
BER_BVSTR
(
&
e_root
.
e_name
,
""
);
ei
=
&
ei_root
;
...
...
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