* dtable.cc (dtable::build_fhandler): Initialize unit when using

optional path_conv argument.
This commit is contained in:
Corinna Vinschen
2001-09-23 14:39:16 +00:00
parent 991f7832e6
commit e3fbb5f5ce
2 changed files with 6 additions and 0 deletions

View File

@@ -239,6 +239,7 @@ dtable::build_fhandler (int fd, const char *name, HANDLE handle, path_conv *pc)
{
pc->check (name);
devn = pc->get_devn ();
unit = pc->get_unitn ();
}
if (devn == FH_BAD)