mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Remove unused variable (modtail in fe_op_modify())
This commit is contained in:
parent
78873370c8
commit
0bf486b82e
@ -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 New Issue
Block a user