syncmlfw/dm/treemodule/src/nsmldmddf.cpp
branchRCL_3
changeset 28 915074efc433
parent 2 5594fba90824
child 59 13d7c31c74e0
--- a/syncmlfw/dm/treemodule/src/nsmldmddf.cpp	Tue Apr 27 17:31:13 2010 +0300
+++ b/syncmlfw/dm/treemodule/src/nsmldmddf.cpp	Tue May 11 16:59:53 2010 +0300
@@ -797,7 +797,7 @@
 	TAccess ret(ENotExist);
 	TUint8 access(0);
 	TUriCheck found = CheckAdapterL(aURI,access);
-	if(found!=EUriNotFound)
+	if(aURI.Length() > 0 && found!=EUriNotFound)
 		{
 		//uri OK, now check the access which is set in ddf
 		ret = ENotAccess;