GridServerPostHandler finished. GridClient tests all work. More guards on getting parameters and replies over the wire.

This commit is contained in:
Diva Canto
2009-09-24 15:30:00 -07:00
parent dd3d52ae1f
commit 1faaa0a43a
5 changed files with 327 additions and 84 deletions

View File

@@ -101,10 +101,7 @@ namespace OpenSim.Data.Null
ret.Add(r);
}
if (ret.Count > 0)
return ret;
return null;
return ret;
}
public bool Store(RegionData data)