]> git.sur5r.net Git - openldap/commitdiff
Remove unused variable.
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 2 Aug 2005 08:50:02 +0000 (08:50 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Tue, 2 Aug 2005 08:50:02 +0000 (08:50 +0000)
servers/slapd/add.c

index a2f4e242ac9392735edf7781723e719cefdc8c3e..7df87348aa1c7b1b5b8740e63044c4b5e5b24230 100644 (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 ];