mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-09 08:42:22 -04:00
Remove uninitialized variable since last change
This commit is contained in:
parent
f150ef3edd
commit
f247093031
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue