mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
More Opheader fixes
This commit is contained in:
parent
c2b339d456
commit
e6dd9ec8a2
@ -202,7 +202,7 @@ int passwd_extop(
|
||||
rs->sr_err = LDAP_OTHER;
|
||||
|
||||
} else {
|
||||
op2.o_hdr = op->o_hdr;
|
||||
op2 = *op;
|
||||
op2.o_tag = LDAP_REQ_MODIFY;
|
||||
op2.o_callback = &cb2;
|
||||
op2.orm_modlist = qpw->rs_mods;
|
||||
|
@ -80,7 +80,9 @@ Filter *
|
||||
str2filter( const char *str )
|
||||
{
|
||||
Operation op = {0};
|
||||
Opheader ohdr = {0};
|
||||
|
||||
op.o_hdr = &ohdr;
|
||||
op.o_tmpmemctx = NULL;
|
||||
op.o_tmpmfuncs = &ch_mfuncs;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user