New interface to SearchTable

date	99.05.17.22.20.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 18:15:53 +00:00
parent 81f97dea02
commit a4e836b551

View File

@ -903,7 +903,7 @@ NsEnter (char *Name, NsType Type, OpMode LoadMode, NsHandle *RetHandle)
* Type is significant only at the last level. * Type is significant only at the last level.
*/ */
Status = NsSearchTable (Name, EntryToSearch, Size, LoadMode, Status = NsSearchAndEnter (Name, EntryToSearch, LoadMode,
NumSegments == 0 ? Type : TYPE_Any, &ThisEntry); NumSegments == 0 ? Type : TYPE_Any, &ThisEntry);
CheckTrash ("after NsSearchTable"); CheckTrash ("after NsSearchTable");