diff options
author | Justin Clark-Casey (justincc) | 2010-10-19 02:08:50 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-10-19 02:08:50 +0100 |
commit | 99388ce6101ff5b2a2c269a2d6cce0b0375f1136 (patch) | |
tree | a35030eea96f2340bed155fa6f842d8854625cc0 /OpenSim/Services/GridService/GridService.cs | |
parent | Pass in requesting agent ID when GetGroupMembers is called in the XMLRPC grou... (diff) | |
parent | Comment a spammy debug message in the serializer (diff) | |
download | opensim-SC-99388ce6101ff5b2a2c269a2d6cce0b0375f1136.zip opensim-SC-99388ce6101ff5b2a2c269a2d6cce0b0375f1136.tar.gz opensim-SC-99388ce6101ff5b2a2c269a2d6cce0b0375f1136.tar.bz2 opensim-SC-99388ce6101ff5b2a2c269a2d6cce0b0375f1136.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Services/GridService/GridService.cs')
-rw-r--r-- | OpenSim/Services/GridService/GridService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/GridService/GridService.cs b/OpenSim/Services/GridService/GridService.cs index ce6f64b..e7988d6 100644 --- a/OpenSim/Services/GridService/GridService.cs +++ b/OpenSim/Services/GridService/GridService.cs | |||
@@ -323,7 +323,7 @@ namespace OpenSim.Services.GridService | |||
323 | { | 323 | { |
324 | m_log.DebugFormat("[GRID SERVICE]: GetRegionsByName {0}", name); | 324 | m_log.DebugFormat("[GRID SERVICE]: GetRegionsByName {0}", name); |
325 | 325 | ||
326 | List<RegionData> rdatas = m_Database.Get("%" + name + "%", scopeID); | 326 | List<RegionData> rdatas = m_Database.Get(name + "%", scopeID); |
327 | 327 | ||
328 | int count = 0; | 328 | int count = 0; |
329 | List<GridRegion> rinfos = new List<GridRegion>(); | 329 | List<GridRegion> rinfos = new List<GridRegion>(); |