* 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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user