mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
ITS#9494 autogroup: fix db_open trashing thread context
This commit is contained in:
parent
093d966fbb
commit
d6d93463b9
1 changed files with 1 additions and 1 deletions
|
|
@ -2072,7 +2072,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