mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 06:59:54 -05:00
Remove unused variable (modtail in fe_op_modify())
This commit is contained in:
parent
78873370c8
commit
0bf486b82e
1 changed files with 0 additions and 1 deletions
|
|
@ -215,7 +215,6 @@ fe_op_modify( Operation *op, SlapReply *rs )
|
|||
#endif
|
||||
int manageDSAit;
|
||||
Modifications *modlist = op->orm_modlist;
|
||||
Modifications **modtail = &modlist;
|
||||
int increment = op->orm_increment;
|
||||
BackendDB *op_be;
|
||||
char textbuf[ SLAP_TEXT_BUFLEN ];
|
||||
|
|
|
|||
Loading…
Reference in a new issue