mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Remove unused variable.
This commit is contained in:
parent
a3f3143cc5
commit
ad0be35f47
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue