* Fix a null ref error in /..../OpenSim/Region/ClientStack/Linden/Caps/GetMeshModule.cs:339

avinationmerge
teravus 2012-11-24 22:01:34 -05:00
parent edb3a9596b
commit 1487d69734
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,8 @@ namespace OpenSim.Capabilities.Handlers
responsedata["keepalive"] = false;
responsedata["str_response_string"] = "Request wasn't what was expected";
responsedata["reusecontext"] = false;
responsedata["int_lod"] = 0;
responsedata["int_bytes"] = 0;
string meshStr = string.Empty;