Skip to content
Snippets Groups Projects
Commit ad0be35f authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Remove unused variable.

parent a3f3143c
No related branches found
No related tags found
No related merge requests found
......@@ -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 ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment