mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
fix use of uninitialized var
This commit is contained in:
parent
02f52030b0
commit
fb3424f17d
@ -1378,7 +1378,7 @@ OpenLDAPaciPrettyNormal(
|
|||||||
subject = BER_BVNULL,
|
subject = BER_BVNULL,
|
||||||
nsubject = BER_BVNULL;
|
nsubject = BER_BVNULL;
|
||||||
int idx,
|
int idx,
|
||||||
rc,
|
rc = LDAP_SUCCESS,
|
||||||
freesubject = 0,
|
freesubject = 0,
|
||||||
freetype = 0;
|
freetype = 0;
|
||||||
char *ptr;
|
char *ptr;
|
||||||
|
Loading…
Reference in New Issue
Block a user