mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 23:19:59 -05:00
Added ndn to replog args, eliminate unnecessary dn_normalize in replog.
This commit is contained in:
parent
acc2500114
commit
984c29bc5f
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ const char * connection_state2str( int state )
|
|||
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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue