Index: reactos/ntoskrnl/ob/obname.c =================================================================== --- reactos/ntoskrnl/ob/obname.c (revision 73465) +++ reactos/ntoskrnl/ob/obname.c (working copy) @@ -682,7 +682,7 @@ if (RemainingName.Length) { /* Then tell the caller the path wasn't found */ - Status = STATUS_OBJECT_PATH_NOT_FOUND; + Status = STATUS_OBJECT_NAME_INVALID; break; } else if (!InsertObject)