src/core/config.cc
changeset 4158 2b6dba4062e1
parent 4147 5d8530130930
child 5257 fc9fd5cbc007
--- a/src/core/config.cc	Mon Feb 09 10:15:40 2009 -0800
+++ b/src/core/config.cc	Tue Feb 10 10:36:26 2009 -0800
@@ -332,7 +332,7 @@
   // zero, this means to look in the root of the "/Names" name space, otherwise
   // it refers to a name space context (level).
   //
-  Ptr<Object> namedObject = Names::FindObjectFromShortName<Object> (root, item);
+  Ptr<Object> namedObject = Names::Find<Object> (root, item);
   if (namedObject)
     {
       NS_LOG_DEBUG ("Name system resolved item = " << item << " to " << namedObject);