handle empty parent (related to ITS#4171)

This commit is contained in:
Pierangelo Masarati 2005-11-14 18:21:55 +00:00
parent dbb2ceac90
commit 144ad3657e

View File

@ -381,7 +381,9 @@ retry: /* transaction retry */
}
}
e = ei->bei_e;
if ( !fakeroot ) {
e = ei->bei_e;
}
/* acquire and lock entry */
/* FIXME: dn2entry() should return non-glue entry */