Remove unused variable.

This commit is contained in:
Hallvard Furuseth 2005-08-02 08:50:02 +00:00
parent a3f3143cc5
commit ad0be35f47

View File

@ -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 ];