* 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

@ -1,3 +1,8 @@
Sun Sep 23 11:15:00 2001 Corinna Vinschen <corinna@vinschen.de>
* dtable.cc (dtable::build_fhandler): Initialize unit when using
optional path_conv argument.
Sat Sep 22 17:33:45 2001 Christopher Faylor <cgf@cygnus.com>
Corinna Vinschen <corinna@vinschen.de>

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)