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
093d966fbb
commit
d6d93463b9
@ -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 New Issue
Block a user