reactos/ntoskrnl/ob
diff -u -r1.47 -r1.48
--- namespc.c 15 Aug 2004 16:39:10 -0000 1.47
+++ namespc.c 5 Sep 2004 22:25:36 -0000 1.48
@@ -1,4 +1,4 @@
-/* $Id: namespc.c,v 1.47 2004/08/15 16:39:10 chorns Exp $
+/* $Id: namespc.c,v 1.48 2004/09/05 22:25:36 hbirr Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@@ -77,7 +77,7 @@
DPRINT("Object %p\n", Object);
*ObjectPtr = NULL;
RtlFreeUnicodeString (&RemainingPath);
- return(STATUS_UNSUCCESSFUL);
+ return(STATUS_OBJECT_NAME_NOT_FOUND);
}
*ObjectPtr = Object;
RtlFreeUnicodeString (&RemainingPath);