* dtable.cc (dtable::build_fhandler_from_name): Use PC_FULL to determine path

name.
* fork.cc (fork_parent): Correct the "unable to allocate forker_finished event"
error message.  It named the wrong event before.
This commit is contained in:
Christopher Faylor
2001-10-14 15:49:13 +00:00
parent 611d92e24c
commit 48372ea6f1
4 changed files with 12 additions and 18 deletions

View File

@@ -244,7 +244,7 @@ fhandler_base *
dtable::build_fhandler_from_name (int fd, const char *name, HANDLE handle,
path_conv& pc, unsigned opt, suffix_info *si)
{
pc.check (name, opt | PC_NULLEMPTY, si);
pc.check (name, opt | PC_NULLEMPTY | PC_FULL, si);
if (pc.error)
{
set_errno (pc.error);