mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#9494 autogroup: fix db_open trashing thread context
This commit is contained in:
parent
fa507472b3
commit
a338b46ad0
1 changed files with 1 additions and 1 deletions
|
|
@ -2071,7 +2071,7 @@ autogroup_db_open(
|
|||
return 0;
|
||||
}
|
||||
|
||||
connection_fake_init( &conn, &opbuf, thrctx );
|
||||
connection_fake_init2( &conn, &opbuf, thrctx, 0 );
|
||||
op = &opbuf.ob_op;
|
||||
|
||||
op->ors_attrsonly = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue