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

Remove uninitialized variable since last change

parent f150ef3e
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