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