mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Remove uninitialized variable since last change
This commit is contained in:
parent
f150ef3edd
commit
f247093031
@ -402,7 +402,7 @@ static int
|
|||||||
process_ldif_rec( char *rbuf, int linenum )
|
process_ldif_rec( char *rbuf, int linenum )
|
||||||
{
|
{
|
||||||
char *line, *dn, *newrdn, *newsup;
|
char *line, *dn, *newrdn, *newsup;
|
||||||
int rc, modop, replicaport;
|
int rc, modop;
|
||||||
int expect_modop, expect_sep;
|
int expect_modop, expect_sep;
|
||||||
int deleteoldrdn;
|
int deleteoldrdn;
|
||||||
int new_entry, delete_entry, got_all;
|
int new_entry, delete_entry, got_all;
|
||||||
|
Loading…
Reference in New Issue
Block a user