mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Added ndn to replog args, eliminate unnecessary dn_normalize in replog.
This commit is contained in:
parent
acc2500114
commit
984c29bc5f
@ -181,7 +181,7 @@ const char * connection_state2str( int state )
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
void replog( Backend *be, Operation *op, char *dn, void *change)
|
void replog( Backend *be, Operation *op, char *dn, char *ndn, void *change)
|
||||||
{
|
{
|
||||||
assert(0);
|
assert(0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user