From: Hallvard Furuseth Date: Tue, 2 Aug 2005 08:50:02 +0000 (+0000) Subject: Remove unused variable. X-Git-Tag: OPENLDAP_AC_BP~106 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ad0be35f47ad0a23e5d53f0c71ebc19d7d57c2c1;p=openldap Remove unused variable. --- diff --git a/servers/slapd/add.c b/servers/slapd/add.c index a2f4e242ac..7df87348aa 100644 --- a/servers/slapd/add.c +++ b/servers/slapd/add.c @@ -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 ];