(incorrect) variable used before set (ITS#4331)

This commit is contained in:
Pierangelo Masarati 2006-01-11 21:30:53 +00:00
parent 1a217516f0
commit 90fad5a3a3

View File

@ -1839,7 +1839,7 @@ retry_add:;
dnParent( &dni.ndn, &noldp );
dnParent( &entry->e_nname, &nnewp );
if ( !dn_match( &noldp, &newp )) {
if ( !dn_match( &noldp, &nnewp )) {
dnParent( &entry->e_name, &newp );
op->orr_newSup = &newp;
op->orr_nnewSup = &nnewp;