Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
d6d93463
Commit
d6d93463
authored
Apr 14, 2021
by
Howard Chu
Browse files
ITS
#9494
autogroup: fix db_open trashing thread context
parent
093d966f
Pipeline
#2524
passed with stage
in 50 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
contrib/slapd-modules/autogroup/autogroup.c
View file @
d6d93463
...
@@ -2072,7 +2072,7 @@ autogroup_db_open(
...
@@ -2072,7 +2072,7 @@ autogroup_db_open(
return
0
;
return
0
;
}
}
connection_fake_init
(
&
conn
,
&
opbuf
,
thrctx
);
connection_fake_init
2
(
&
conn
,
&
opbuf
,
thrctx
,
0
);
op
=
&
opbuf
.
ob_op
;
op
=
&
opbuf
.
ob_op
;
op
->
ors_attrsonly
=
0
;
op
->
ors_attrsonly
=
0
;
...
...
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