mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
ITS#9494 autogroup: fix db_open trashing thread context
This commit is contained in:
parent
fa507472b3
commit
a338b46ad0
@ -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 New Issue
Block a user