Skip to content
Snippets Groups Projects
Commit 82b54d36 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

remove unused variable

parent 35761426
No related branches found
No related tags found
No related merge requests found
......@@ -402,7 +402,7 @@ static int
process_ldif_rec( char *rbuf, int linenum )
{
char *line, *dn, *newrdn, *newsup;
int rc, modop, replicaport;
int rc, modop;
int expect_modop, expect_sep;
int deleteoldrdn;
int new_entry, delete_entry, got_all;
......
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