fix use of uninitialized var

This commit is contained in:
Pierangelo Masarati 2005-08-23 13:02:53 +00:00
parent 02f52030b0
commit fb3424f17d

View File

@ -1378,7 +1378,7 @@ OpenLDAPaciPrettyNormal(
subject = BER_BVNULL,
nsubject = BER_BVNULL;
int idx,
rc,
rc = LDAP_SUCCESS,
freesubject = 0,
freetype = 0;
char *ptr;