mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Remove unused variable.
This commit is contained in:
parent
a3f3143cc5
commit
ad0be35f47
@ -40,7 +40,7 @@ do_add( Operation *op, SlapReply *rs )
|
||||
struct berval dn = BER_BVNULL;
|
||||
ber_len_t len;
|
||||
ber_tag_t tag;
|
||||
Modifications *modlist = NULL, *next;
|
||||
Modifications *modlist = NULL;
|
||||
Modifications **modtail = &modlist;
|
||||
Modifications tmp;
|
||||
char textbuf[ SLAP_TEXT_BUFLEN ];
|
||||
|
Loading…
Reference in New Issue
Block a user